#72169F

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

Shades of Vivid Violet #72169F

Tints of Vivid Violet #72169F

Color information

#72169F (or 0x72169F) is unknown color: approx Vivid Violet. HEX triplet: 72, 16 and 9F. RGB value is (114,22,159). Sum of RGB (Red+Green+Blue) = 114+22+159=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #72169F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72169F is #8DE960. Grayscale: #404040. Windows color (decimal): -9300321 or 10425970. OLE color: 10425970.

HSL color Cylindrical-coordinate representation of color #72169F: hue angle of 280.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72169F is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11422159-
CMYK0.280.8600.38
HSL280.29º75.69%35.49%-
HSV(B)280.29º86.16%62.35%-
XYZ13.486.6533.37-
YUV65.13180.98162.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=38.64%
G=7.46%
B=53.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114221590.280.8600.38280.2975.6935.49
Hex72169F1C560261184c23
Octal162262373412604643011443
Binary1110010101101001111111100101011001001101000110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72169F; }

 p { color: rgb(114,22,159); }

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

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

 a { background-color: rgb(114,22,159); }

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

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

 span { border-color: rgb(114,22,159); }

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