Shades of Vivid Violet #72238B
Tints of Vivid Violet #72238B
RGB
CMYK
RGB Variations
Color information
#72238B (or 0x72238B) is known color: Vivid Violet. HEX triplet: 72, 23 and 8B. RGB value is (114,35,139). Sum of RGB (Red+Green+Blue) = 114+35+139=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #72238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72238B is #8DDC74. Grayscale: #464646. Windows color (decimal): -9297013 or 9118578. OLE color: 9118578.
HSL color Cylindrical-coordinate representation of color #72238B: hue angle of 285.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72238B is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 35 | 139 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.45 |
| HSL | 285.58º | 0.6% | 0.34% | - |
| HSV(B) | 285.58º | 0.75% | 0.55% | - |
| XYZ | 12.2 | 6.64 | 25.07 | - |
| YUV | 70.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 139 | 0.18 | 0.75 | 0 | 0.45 | 285.58 | 0.6 | 0.34 |
| Hex | 72 | 23 | 8B | 12 | 4B | 0 | 2D | 11E | 3C | 22 |
| Octal | 162 | 43 | 213 | 22 | 113 | 0 | 55 | 436 | 74 | 42 |
| Binary | 1110010 | 100011 | 10001011 | 10010 | 1001011 | 0 | 101101 | 100011110 | 111100 | 100010 |
Color Harmonies of #72238B
Complementary color
Monochromatic Colors of #72238B
Black with #72238B
Text Example
Text Example
White with #72238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72238B; }
p { color: rgb(114,35,139); }
H1.HeaderClassName
{
color: #72238B;
}
.AnyTagClassName
{
color: #72238B;
}
</style>
background-color css
<style>
a { background-color: #72238B; }
a { background-color: rgb(114,35,139); }
div.DivClassName
{
background-color: #72238B;
}
.BgClassName
{
background-color: #72238B;
}
</style>
border-color css
<style>
span { border-color: #72238B; }
span { border-color: rgb(114,35,139); }
td.TdClassName
{
border-color: #72238B;
}
.TagClassName
{
border-color: #72238B;
}
</style>