Shades of Vivid Violet #72248C
Tints of Vivid Violet #72248C
RGB
CMYK
RGB Variations
Color information
#72248C (or 0x72248C) is known color: Vivid Violet. HEX triplet: 72, 24 and 8C. RGB value is (114,36,140). Sum of RGB (Red+Green+Blue) = 114+36+140=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #72248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72248C is #8DDB73. Grayscale: #464646. Windows color (decimal): -9296756 or 9184370. OLE color: 9184370.
HSL color Cylindrical-coordinate representation of color #72248C: hue angle of 285º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72248C is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 36 | 140 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.45 |
| HSL | 285º | 0.59% | 0.35% | - |
| HSV(B) | 285º | 0.74% | 0.55% | - |
| XYZ | 12.3 | 6.73 | 25.46 | - |
| YUV | 71.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 140 | 0.19 | 0.74 | 0 | 0.45 | 285 | 0.59 | 0.35 |
| Hex | 72 | 24 | 8C | 13 | 4A | 0 | 2D | 11D | 3B | 23 |
| Octal | 162 | 44 | 214 | 23 | 112 | 0 | 55 | 435 | 73 | 43 |
| Binary | 1110010 | 100100 | 10001100 | 10011 | 1001010 | 0 | 101101 | 100011101 | 111011 | 100011 |
Color Harmonies of #72248C
Complementary color
Monochromatic Colors of #72248C
Black with #72248C
Text Example
Text Example
White with #72248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72248C; }
p { color: rgb(114,36,140); }
H1.HeaderClassName
{
color: #72248C;
}
.AnyTagClassName
{
color: #72248C;
}
</style>
background-color css
<style>
a { background-color: #72248C; }
a { background-color: rgb(114,36,140); }
div.DivClassName
{
background-color: #72248C;
}
.BgClassName
{
background-color: #72248C;
}
</style>
border-color css
<style>
span { border-color: #72248C; }
span { border-color: rgb(114,36,140); }
td.TdClassName
{
border-color: #72248C;
}
.TagClassName
{
border-color: #72248C;
}
</style>