Shades of Vivid Violet #72388D
Tints of Vivid Violet #72388D
RGB
CMYK
RGB Variations
Color information
#72388D (or 0x72388D) is known color: Vivid Violet. HEX triplet: 72, 38 and 8D. RGB value is (114,56,141). Sum of RGB (Red+Green+Blue) = 114+56+141=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #72388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72388D is #8DC772. Grayscale: #525252. Windows color (decimal): -9291635 or 9255026. OLE color: 9255026.
HSL color Cylindrical-coordinate representation of color #72388D: hue angle of 280.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72388D is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 56 | 141 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.45 |
| HSL | 280.94º | 0.43% | 0.39% | - |
| HSV(B) | 280.94º | 0.6% | 0.55% | - |
| XYZ | 13.16 | 8.33 | 26.11 | - |
| YUV | 83.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 141 | 0.19 | 0.60 | 0 | 0.45 | 280.94 | 0.43 | 0.39 |
| Hex | 72 | 38 | 8D | 13 | 3C | 0 | 2D | 119 | 2B | 27 |
| Octal | 162 | 70 | 215 | 23 | 74 | 0 | 55 | 431 | 53 | 47 |
| Binary | 1110010 | 111000 | 10001101 | 10011 | 111100 | 0 | 101101 | 100011001 | 101011 | 100111 |
Color Harmonies of #72388D
Complementary color
Monochromatic Colors of #72388D
Black with #72388D
Text Example
Text Example
White with #72388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72388D; }
p { color: rgb(114,56,141); }
H1.HeaderClassName
{
color: #72388D;
}
.AnyTagClassName
{
color: #72388D;
}
</style>
background-color css
<style>
a { background-color: #72388D; }
a { background-color: rgb(114,56,141); }
div.DivClassName
{
background-color: #72388D;
}
.BgClassName
{
background-color: #72388D;
}
</style>
border-color css
<style>
span { border-color: #72388D; }
span { border-color: rgb(114,56,141); }
td.TdClassName
{
border-color: #72388D;
}
.TagClassName
{
border-color: #72388D;
}
</style>