Shades of Vivid Violet #721398
Tints of Vivid Violet #721398
RGB
CMYK
RGB Variations
Color information
#721398 (or 0x721398) is known color: Vivid Violet. HEX triplet: 72, 13 and 98. RGB value is (114,19,152). Sum of RGB (Red+Green+Blue) = 114+19+152=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #721398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721398 is #8DEC67. Grayscale: #3E3E3E. Windows color (decimal): -9301096 or 9966450. OLE color: 9966450.
HSL color Cylindrical-coordinate representation of color #721398: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721398 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 19 | 152 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.40 |
| HSL | 282.86º | 0.78% | 0.34% | - |
| HSV(B) | 282.86º | 0.88% | 0.6% | - |
| XYZ | 12.84 | 6.31 | 30.25 | - |
| YUV | 62.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 152 | 0.25 | 0.87 | 0 | 0.40 | 282.86 | 0.78 | 0.34 |
| Hex | 72 | 13 | 98 | 19 | 57 | 0 | 28 | 11B | 4E | 22 |
| Octal | 162 | 23 | 230 | 31 | 127 | 0 | 50 | 433 | 116 | 42 |
| Binary | 1110010 | 10011 | 10011000 | 11001 | 1010111 | 0 | 101000 | 100011011 | 1001110 | 100010 |
Color Harmonies of #721398
Complementary color
Monochromatic Colors of #721398
Black with #721398
Text Example
Text Example
White with #721398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721398; }
p { color: rgb(114,19,152); }
H1.HeaderClassName
{
color: #721398;
}
.AnyTagClassName
{
color: #721398;
}
</style>
background-color css
<style>
a { background-color: #721398; }
a { background-color: rgb(114,19,152); }
div.DivClassName
{
background-color: #721398;
}
.BgClassName
{
background-color: #721398;
}
</style>
border-color css
<style>
span { border-color: #721398; }
span { border-color: rgb(114,19,152); }
td.TdClassName
{
border-color: #721398;
}
.TagClassName
{
border-color: #721398;
}
</style>