#72368A

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

Shades of Vivid Violet #72368A

Tints of Vivid Violet #72368A

Color information

#72368A (or 0x72368A) is unknown color: approx Vivid Violet. HEX triplet: 72, 36 and 8A. RGB value is (114,54,138). Sum of RGB (Red+Green+Blue) = 114+54+138=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #72368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72368A is #8DC975. Grayscale: #515151. Windows color (decimal): -9292150 or 9057906. OLE color: 9057906.

HSL color Cylindrical-coordinate representation of color #72368A: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72368A is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11454138-
CMYK0.170.6100.46
HSL282.86º43.75%37.65%-
HSV(B)282.86º60.87%54.12%-
XYZ12.858.0524.92-
YUV81.52159.88151.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=37.25%
G=17.65%
B=45.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114541380.170.6100.46282.8643.7537.65
Hex72368A113D02E11b2c26
Octal1626621221750564335446
Binary111001011011010001010100011111010101110100011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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