#721996

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

Shades of Vivid Violet #721996

Tints of Vivid Violet #721996

Color information

#721996 (or 0x721996) is unknown color: approx Vivid Violet. HEX triplet: 72, 19 and 96. RGB value is (114,25,150). Sum of RGB (Red+Green+Blue) = 114+25+150=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #721996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721996 is #8DE669. Grayscale: #414141. Windows color (decimal): -9299562 or 9836914. OLE color: 9836914.

HSL color Cylindrical-coordinate representation of color #721996: hue angle of 282.72º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721996 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11425150-
CMYK0.240.8300.41
HSL282.72º71.43%34.31%-
HSV(B)282.72º83.33%58.82%-
XYZ12.796.4729.43-
YUV65.86175.49162.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=39.45%
G=8.65%
B=51.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114251500.240.8300.41282.7271.4334.31
Hex721996185302911b4722
Octal162312263012305143310742
Binary1110010110011001011011000101001101010011000110111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721996; }

 p { color: rgb(114,25,150); }

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

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

 a { background-color: rgb(114,25,150); }

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

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

 span { border-color: rgb(114,25,150); }

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