Shades of Vivid Violet #72288E
Tints of Vivid Violet #72288E
RGB
CMYK
RGB Variations
Color information
#72288E (or 0x72288E) is known color: 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
| RGB | 114 | 40 | 142 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.44 |
| HSL | 283.53º | 0.56% | 0.36% | - |
| HSV(B) | 283.53º | 0.72% | 0.56% | - |
| XYZ | 12.58 | 7.05 | 26.29 | - |
| YUV | 73.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 142 | 0.20 | 0.72 | 0 | 0.44 | 283.53 | 0.56 | 0.36 |
| Hex | 72 | 28 | 8E | 14 | 48 | 0 | 2C | 11C | 38 | 24 |
| Octal | 162 | 50 | 216 | 24 | 110 | 0 | 54 | 434 | 70 | 44 |
| Binary | 1110010 | 101000 | 10001110 | 10100 | 1001000 | 0 | 101100 | 100011100 | 111000 | 100100 |
Color Harmonies of #72288E
Complementary color
Monochromatic Colors of #72288E
Black with #72288E
Text Example
Text Example
White with #72288E
Text Example
Text Example
HTML Codes & Css Web 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>