Shades of Vivid Violet #721793
Tints of Vivid Violet #721793
RGB
CMYK
RGB Variations
Color information
#721793 (or 0x721793) is known color: Vivid Violet. HEX triplet: 72, 17 and 93. RGB value is (114,23,147). Sum of RGB (Red+Green+Blue) = 114+23+147=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #721793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721793 is #8DE86C. Grayscale: #3F3F3F. Windows color (decimal): -9300077 or 9639794. OLE color: 9639794.
HSL color Cylindrical-coordinate representation of color #721793: hue angle of 284.03º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721793 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 23 | 147 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.42 |
| HSL | 284.03º | 0.73% | 0.33% | - |
| HSV(B) | 284.03º | 0.84% | 0.58% | - |
| XYZ | 12.51 | 6.3 | 28.16 | - |
| YUV | 64.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 147 | 0.22 | 0.84 | 0 | 0.42 | 284.03 | 0.73 | 0.33 |
| Hex | 72 | 17 | 93 | 16 | 54 | 0 | 2A | 11C | 49 | 21 |
| Octal | 162 | 27 | 223 | 26 | 124 | 0 | 52 | 434 | 111 | 41 |
| Binary | 1110010 | 10111 | 10010011 | 10110 | 1010100 | 0 | 101010 | 100011100 | 1001001 | 100001 |
Color Harmonies of #721793
Complementary color
Monochromatic Colors of #721793
Black with #721793
Text Example
Text Example
White with #721793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721793; }
p { color: rgb(114,23,147); }
H1.HeaderClassName
{
color: #721793;
}
.AnyTagClassName
{
color: #721793;
}
</style>
background-color css
<style>
a { background-color: #721793; }
a { background-color: rgb(114,23,147); }
div.DivClassName
{
background-color: #721793;
}
.BgClassName
{
background-color: #721793;
}
</style>
border-color css
<style>
span { border-color: #721793; }
span { border-color: rgb(114,23,147); }
td.TdClassName
{
border-color: #721793;
}
.TagClassName
{
border-color: #721793;
}
</style>