#72149F

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

Shades of Vivid Violet #72149F

Tints of Vivid Violet #72149F

Color information

#72149F (or 0x72149F) is unknown color: approx Vivid Violet. HEX triplet: 72, 14 and 9F. RGB value is (114,20,159). Sum of RGB (Red+Green+Blue) = 114+20+159=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #72149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72149F is #8DEB60. Grayscale: #3F3F3F. Windows color (decimal): -9300833 or 10425458. OLE color: 10425458.

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

Color convert

RGB11420159-
CMYK0.280.8700.38
HSL280.58º77.65%35.1%-
HSV(B)280.58º87.42%62.35%-
XYZ13.456.5833.36-
YUV63.95181.64163.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=38.91%
G=6.83%
B=54.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114201590.280.8700.38280.5877.6535.1
Hex72149F1C570261194e23
Octal162242373412704643111643
Binary1110010101001001111111100101011101001101000110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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