#721596

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

Shades of Vivid Violet #721596

Tints of Vivid Violet #721596

Color information

#721596 (or 0x721596) is unknown color: approx Vivid Violet. HEX triplet: 72, 15 and 96. RGB value is (114,21,150). Sum of RGB (Red+Green+Blue) = 114+21+150=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #721596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721596 is #8DEA69. Grayscale: #3F3F3F. Windows color (decimal): -9300586 or 9835890. OLE color: 9835890.

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

Color convert

RGB11421150-
CMYK0.240.8600.41
HSL283.26º75.44%33.53%-
HSV(B)283.26º86%58.82%-
XYZ12.716.3229.4-
YUV63.51176.81164.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=40%
G=7.37%
B=52.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114211500.240.8600.41283.2675.4433.53
Hex721596185602911b4b22
Octal162252263012605143311342
Binary1110010101011001011011000101011001010011000110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721596; }

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

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

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

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

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

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

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

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