#72298A

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

Shades of Vivid Violet #72298A

Tints of Vivid Violet #72298A

Color information

#72298A (or 0x72298A) is unknown color: approx Vivid Violet. HEX triplet: 72, 29 and 8A. RGB value is (114,41,138). Sum of RGB (Red+Green+Blue) = 114+41+138=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #72298A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72298A is #8DD675. Grayscale: #494949. Windows color (decimal): -9295478 or 9054578. OLE color: 9054578.

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

Color convert

RGB11441138-
CMYK0.170.7000.46
HSL285.15º54.19%35.1%-
HSV(B)285.15º70.29%54.12%-
XYZ12.32724.75-
YUV73.89164.18156.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=38.91%
G=13.99%
B=47.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114411380.170.7000.46285.1554.1935.1
Hex72298A114602E11d3623
Octal16251212211060564356643
Binary1110010101001100010101000110001100101110100011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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