#72368E

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

Shades of Vivid Violet #72368E

Tints of Vivid Violet #72368E

Color information

#72368E (or 0x72368E) is unknown color: approx Vivid Violet. HEX triplet: 72, 36 and 8E. RGB value is (114,54,142). Sum of RGB (Red+Green+Blue) = 114+54+142=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #72368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72368E is #8DC971. Grayscale: #515151. Windows color (decimal): -9292146 or 9320050. OLE color: 9320050.

HSL color Cylindrical-coordinate representation of color #72368E: hue angle of 280.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72368E is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11454142-
CMYK0.200.6200.44
HSL280.91º44.9%38.43%-
HSV(B)280.91º61.97%55.69%-
XYZ13.148.1726.48-
YUV81.97161.88150.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=36.77%
G=17.42%
B=45.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114541420.200.6200.44280.9144.938.43
Hex72368E143E02C1192d26
Octal1626621624760544315546
Binary111001011011010001110101001111100101100100011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,54,142); }

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

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

 a { background-color: rgb(114,54,142); }

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

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

 span { border-color: rgb(114,54,142); }

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