Shades of Vivid Violet #72218A
Tints of Vivid Violet #72218A
RGB
CMYK
RGB Variations
Color information
#72218A (or 0x72218A) is known color: Vivid Violet. HEX triplet: 72, 21 and 8A. RGB value is (114,33,138). Sum of RGB (Red+Green+Blue) = 114+33+138=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #72218A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72218A is #8DDE75. Grayscale: #444444. Windows color (decimal): -9297526 or 9052530. OLE color: 9052530.
HSL color Cylindrical-coordinate representation of color #72218A: hue angle of 286.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72218A is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 33 | 138 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.46 |
| HSL | 286.29º | 0.61% | 0.34% | - |
| HSV(B) | 286.29º | 0.76% | 0.54% | - |
| XYZ | 12.07 | 6.5 | 24.66 | - |
| YUV | 69.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 138 | 0.17 | 0.76 | 0 | 0.46 | 286.29 | 0.61 | 0.34 |
| Hex | 72 | 21 | 8A | 11 | 4C | 0 | 2E | 11E | 3D | 22 |
| Octal | 162 | 41 | 212 | 21 | 114 | 0 | 56 | 436 | 75 | 42 |
| Binary | 1110010 | 100001 | 10001010 | 10001 | 1001100 | 0 | 101110 | 100011110 | 111101 | 100010 |
Color Harmonies of #72218A
Complementary color
Monochromatic Colors of #72218A
Black with #72218A
Text Example
Text Example
White with #72218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72218A; }
p { color: rgb(114,33,138); }
H1.HeaderClassName
{
color: #72218A;
}
.AnyTagClassName
{
color: #72218A;
}
</style>
background-color css
<style>
a { background-color: #72218A; }
a { background-color: rgb(114,33,138); }
div.DivClassName
{
background-color: #72218A;
}
.BgClassName
{
background-color: #72218A;
}
</style>
border-color css
<style>
span { border-color: #72218A; }
span { border-color: rgb(114,33,138); }
td.TdClassName
{
border-color: #72218A;
}
.TagClassName
{
border-color: #72218A;
}
</style>