Shades of Vivid Violet #721A99
Tints of Vivid Violet #721A99
RGB
CMYK
RGB Variations
Color information
#721A99 (or 0x721A99) is known color: Vivid Violet. HEX triplet: 72, 1A and 99. RGB value is (114,26,153). Sum of RGB (Red+Green+Blue) = 114+26+153=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #721A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A99 is #8DE566. Grayscale: #424242. Windows color (decimal): -9299303 or 10033778. OLE color: 10033778.
HSL color Cylindrical-coordinate representation of color #721A99: hue angle of 281.57º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721A99 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 26 | 153 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.4 |
| HSL | 281.57º | 0.71% | 0.35% | - |
| HSV(B) | 281.57º | 0.83% | 0.6% | - |
| XYZ | 13.06 | 6.62 | 30.73 | - |
| YUV | 66.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 153 | 0.25 | 0.83 | 0 | 0.4 | 281.57 | 0.71 | 0.35 |
| Hex | 72 | 1A | 99 | 19 | 53 | 0 | 28 | 11A | 47 | 23 |
| Octal | 162 | 32 | 231 | 31 | 123 | 0 | 50 | 432 | 107 | 43 |
| Binary | 1110010 | 11010 | 10011001 | 11001 | 1010011 | 0 | 101000 | 100011010 | 1000111 | 100011 |
Color Harmonies of #721A99
Complementary color
Monochromatic Colors of #721A99
Black with #721A99
Text Example
Text Example
White with #721A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A99; }
p { color: rgb(114,26,153); }
H1.HeaderClassName
{
color: #721A99;
}
.AnyTagClassName
{
color: #721A99;
}
</style>
background-color css
<style>
a { background-color: #721A99; }
a { background-color: rgb(114,26,153); }
div.DivClassName
{
background-color: #721A99;
}
.BgClassName
{
background-color: #721A99;
}
</style>
border-color css
<style>
span { border-color: #721A99; }
span { border-color: rgb(114,26,153); }
td.TdClassName
{
border-color: #721A99;
}
.TagClassName
{
border-color: #721A99;
}
</style>