#721B84

Color #721B84 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #721B84

Tints of Vivid Violet #721B84

Color information

#721B84 (or 0x721B84) is unknown color: approx Vivid Violet. HEX triplet: 72, 1B and 84. RGB value is (114,27,132). Sum of RGB (Red+Green+Blue) = 114+27+132=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #721B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B84 is #8DE47B. Grayscale: #404040. Windows color (decimal): -9299068 or 8657778. OLE color: 8657778.

HSL color Cylindrical-coordinate representation of color #721B84: hue angle of 289.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721B84 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11427132-
CMYK0.140.8000.48
HSL289.71º66.04%31.18%-
HSV(B)289.71º79.55%51.76%-
XYZ11.56.0322.39-
YUV64.98165.82162.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=41.76%
G=9.89%
B=48.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114271320.140.8000.48289.7166.0431.18
Hex721B84E50030122421f
Octal162332041612006044210237
Binary11100101101110000100111010100000110000100100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721B84; }

 p { color: rgb(114,27,132); }

 H1.HeaderClassName
 {
   color: #721B84;
 }
 .AnyTagClassName
 {
   color: #721B84;
 }
</style>
background-color css

<style>
 a { background-color: #721B84; }

 a { background-color: rgb(114,27,132); }

 div.DivClassName
 {
   background-color: #721B84;
 }
 .BgClassName
 {
   background-color: #721B84;
 }
</style>
border-color css

<style>
 span { border-color: #721B84; }

 span { border-color: rgb(114,27,132); }

 td.TdClassName
 {
   border-color: #721B84;
 }
 .TagClassName
 {
   border-color: #721B84;
 }
</style>