#72159E

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

Shades of Vivid Violet #72159E

Tints of Vivid Violet #72159E

Color information

#72159E (or 0x72159E) is unknown color: approx Vivid Violet. HEX triplet: 72, 15 and 9E. RGB value is (114,21,158). Sum of RGB (Red+Green+Blue) = 114+21+158=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #72159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72159E is #8DEA61. Grayscale: #3F3F3F. Windows color (decimal): -9300578 or 10360178. OLE color: 10360178.

HSL color Cylindrical-coordinate representation of color #72159E: hue angle of 280.73º degrees, saturation: 0.77, 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 #72159E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11421158-
CMYK0.280.8700.38
HSL280.73º76.54%35.1%-
HSV(B)280.73º86.71%61.96%-
XYZ13.386.5832.91-
YUV64.42180.81163.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=38.91%
G=7.17%
B=53.92%

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
Decimal114211580.280.8700.38280.7376.5435.1
Hex72159E1C570261194d23
Octal162252363412704643111543
Binary1110010101011001111011100101011101001101000110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72159E; }

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

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

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

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

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

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

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

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