#72368D

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

Shades of Vivid Violet #72368D

Tints of Vivid Violet #72368D

Color information

#72368D (or 0x72368D) is unknown color: approx Vivid Violet. HEX triplet: 72, 36 and 8D. RGB value is (114,54,141). Sum of RGB (Red+Green+Blue) = 114+54+141=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #72368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72368D is #8DC972. Grayscale: #515151. Windows color (decimal): -9292147 or 9254514. OLE color: 9254514.

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

Color convert

RGB11454141-
CMYK0.190.6200.45
HSL281.38º44.62%38.24%-
HSV(B)281.38º61.7%55.29%-
XYZ13.078.1426.08-
YUV81.86161.38150.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=36.89%
G=17.48%
B=45.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114541410.190.6200.45281.3844.6238.24
Hex72368D133E02D1192d26
Octal1626621523760554315546
Binary111001011011010001101100111111100101101100011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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