Shades of Vivid Violet #72328E
Tints of Vivid Violet #72328E
RGB
CMYK
RGB Variations
Color information
#72328E (or 0x72328E) is known color: Vivid Violet. HEX triplet: 72, 32 and 8E. RGB value is (114,50,142). Sum of RGB (Red+Green+Blue) = 114+50+142=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #72328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72328E is #8DCD71. Grayscale: #4F4F4F. Windows color (decimal): -9293170 or 9319026. OLE color: 9319026.
HSL color Cylindrical-coordinate representation of color #72328E: hue angle of 281.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72328E is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 50 | 142 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.44 |
| HSL | 281.74º | 0.48% | 0.38% | - |
| HSV(B) | 281.74º | 0.65% | 0.56% | - |
| XYZ | 12.96 | 7.81 | 26.42 | - |
| YUV | 79.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 142 | 0.20 | 0.65 | 0 | 0.44 | 281.74 | 0.48 | 0.38 |
| Hex | 72 | 32 | 8E | 14 | 41 | 0 | 2C | 11A | 30 | 26 |
| Octal | 162 | 62 | 216 | 24 | 101 | 0 | 54 | 432 | 60 | 46 |
| Binary | 1110010 | 110010 | 10001110 | 10100 | 1000001 | 0 | 101100 | 100011010 | 110000 | 100110 |
Color Harmonies of #72328E
Complementary color
Monochromatic Colors of #72328E
Black with #72328E
Text Example
Text Example
White with #72328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72328E; }
p { color: rgb(114,50,142); }
H1.HeaderClassName
{
color: #72328E;
}
.AnyTagClassName
{
color: #72328E;
}
</style>
background-color css
<style>
a { background-color: #72328E; }
a { background-color: rgb(114,50,142); }
div.DivClassName
{
background-color: #72328E;
}
.BgClassName
{
background-color: #72328E;
}
</style>
border-color css
<style>
span { border-color: #72328E; }
span { border-color: rgb(114,50,142); }
td.TdClassName
{
border-color: #72328E;
}
.TagClassName
{
border-color: #72328E;
}
</style>