Shades of Vivid Violet #721C91
Tints of Vivid Violet #721C91
RGB
CMYK
RGB Variations
Color information
#721C91 (or 0x721C91) is known color: Vivid Violet. HEX triplet: 72, 1C and 91. RGB value is (114,28,145). Sum of RGB (Red+Green+Blue) = 114+28+145=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #721C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721C91 is #8DE36E. Grayscale: #424242. Windows color (decimal): -9298799 or 9510002. OLE color: 9510002.
HSL color Cylindrical-coordinate representation of color #721C91: hue angle of 284.1º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721C91 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 28 | 145 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.43 |
| HSL | 284.1º | 0.68% | 0.34% | - |
| HSV(B) | 284.1º | 0.81% | 0.57% | - |
| XYZ | 12.47 | 6.45 | 27.38 | - |
| YUV | 67.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 145 | 0.21 | 0.81 | 0 | 0.43 | 284.1 | 0.68 | 0.34 |
| Hex | 72 | 1C | 91 | 15 | 51 | 0 | 2B | 11C | 44 | 22 |
| Octal | 162 | 34 | 221 | 25 | 121 | 0 | 53 | 434 | 104 | 42 |
| Binary | 1110010 | 11100 | 10010001 | 10101 | 1010001 | 0 | 101011 | 100011100 | 1000100 | 100010 |
Color Harmonies of #721C91
Complementary color
Monochromatic Colors of #721C91
Black with #721C91
Text Example
Text Example
White with #721C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C91; }
p { color: rgb(114,28,145); }
H1.HeaderClassName
{
color: #721C91;
}
.AnyTagClassName
{
color: #721C91;
}
</style>
background-color css
<style>
a { background-color: #721C91; }
a { background-color: rgb(114,28,145); }
div.DivClassName
{
background-color: #721C91;
}
.BgClassName
{
background-color: #721C91;
}
</style>
border-color css
<style>
span { border-color: #721C91; }
span { border-color: rgb(114,28,145); }
td.TdClassName
{
border-color: #721C91;
}
.TagClassName
{
border-color: #721C91;
}
</style>