Shades of Vivid Violet #721893
Tints of Vivid Violet #721893
RGB
CMYK
RGB Variations
Color information
#721893 (or 0x721893) is known color: Vivid Violet. HEX triplet: 72, 18 and 93. RGB value is (114,24,147). Sum of RGB (Red+Green+Blue) = 114+24+147=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #721893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721893 is #8DE76C. Grayscale: #404040. Windows color (decimal): -9299821 or 9640050. OLE color: 9640050.
HSL color Cylindrical-coordinate representation of color #721893: hue angle of 283.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721893 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 24 | 147 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.42 |
| HSL | 283.9º | 0.72% | 0.34% | - |
| HSV(B) | 283.9º | 0.84% | 0.58% | - |
| XYZ | 12.53 | 6.34 | 28.17 | - |
| YUV | 64.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 147 | 0.22 | 0.84 | 0 | 0.42 | 283.9 | 0.72 | 0.34 |
| Hex | 72 | 18 | 93 | 16 | 54 | 0 | 2A | 11C | 48 | 22 |
| Octal | 162 | 30 | 223 | 26 | 124 | 0 | 52 | 434 | 110 | 42 |
| Binary | 1110010 | 11000 | 10010011 | 10110 | 1010100 | 0 | 101010 | 100011100 | 1001000 | 100010 |
Color Harmonies of #721893
Complementary color
Monochromatic Colors of #721893
Black with #721893
Text Example
Text Example
White with #721893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721893; }
p { color: rgb(114,24,147); }
H1.HeaderClassName
{
color: #721893;
}
.AnyTagClassName
{
color: #721893;
}
</style>
background-color css
<style>
a { background-color: #721893; }
a { background-color: rgb(114,24,147); }
div.DivClassName
{
background-color: #721893;
}
.BgClassName
{
background-color: #721893;
}
</style>
border-color css
<style>
span { border-color: #721893; }
span { border-color: rgb(114,24,147); }
td.TdClassName
{
border-color: #721893;
}
.TagClassName
{
border-color: #721893;
}
</style>