#72288E

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

Shades of Vivid Violet #72288E

Tints of Vivid Violet #72288E

Color information

#72288E (or 0x72288E) is unknown color: approx Vivid Violet. HEX triplet: 72, 28 and 8E. RGB value is (114,40,142). Sum of RGB (Red+Green+Blue) = 114+40+142=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #72288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72288E is #8DD771. Grayscale: #494949. Windows color (decimal): -9295730 or 9316466. OLE color: 9316466.

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

Color convert

RGB11440142-
CMYK0.200.7200.44
HSL283.53º56.04%35.69%-
HSV(B)283.53º71.83%55.69%-
XYZ12.587.0526.29-
YUV73.75166.52156.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=38.51%
G=13.51%
B=47.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114401420.200.7200.44283.5356.0435.69
Hex72288E144802C11c3824
Octal16250216241100544347044
Binary1110010101000100011101010010010000101100100011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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