Shades of Vivid Violet #721791
Tints of Vivid Violet #721791
RGB
CMYK
RGB Variations
Color information
#721791 (or 0x721791) is known color: Vivid Violet. HEX triplet: 72, 17 and 91. RGB value is (114,23,145). Sum of RGB (Red+Green+Blue) = 114+23+145=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #721791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721791 is #8DE86E. Grayscale: #3F3F3F. Windows color (decimal): -9300079 or 9508722. OLE color: 9508722.
HSL color Cylindrical-coordinate representation of color #721791: hue angle of 284.75º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721791 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 23 | 145 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.43 |
| HSL | 284.75º | 0.73% | 0.33% | - |
| HSV(B) | 284.75º | 0.84% | 0.57% | - |
| XYZ | 12.36 | 6.23 | 27.34 | - |
| YUV | 64.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 145 | 0.21 | 0.84 | 0 | 0.43 | 284.75 | 0.73 | 0.33 |
| Hex | 72 | 17 | 91 | 15 | 54 | 0 | 2B | 11D | 49 | 21 |
| Octal | 162 | 27 | 221 | 25 | 124 | 0 | 53 | 435 | 111 | 41 |
| Binary | 1110010 | 10111 | 10010001 | 10101 | 1010100 | 0 | 101011 | 100011101 | 1001001 | 100001 |
Color Harmonies of #721791
Complementary color
Monochromatic Colors of #721791
Black with #721791
Text Example
Text Example
White with #721791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721791; }
p { color: rgb(114,23,145); }
H1.HeaderClassName
{
color: #721791;
}
.AnyTagClassName
{
color: #721791;
}
</style>
background-color css
<style>
a { background-color: #721791; }
a { background-color: rgb(114,23,145); }
div.DivClassName
{
background-color: #721791;
}
.BgClassName
{
background-color: #721791;
}
</style>
border-color css
<style>
span { border-color: #721791; }
span { border-color: rgb(114,23,145); }
td.TdClassName
{
border-color: #721791;
}
.TagClassName
{
border-color: #721791;
}
</style>