Shades of Vivid Violet #72159E
Tints of Vivid Violet #72159E
RGB
CMYK
RGB Variations
Color information
#72159E (or 0x72159E) is known color: Vivid Violet. HEX triplet: 72, 15 and 9E. RGB value is (114,21,158). Sum of RGB (Red+Green+Blue) = 114+21+158=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #72159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72159E is #8DEA61. Grayscale: #3F3F3F. Windows color (decimal): -9300578 or 10360178. OLE color: 10360178.
HSL color Cylindrical-coordinate representation of color #72159E: hue angle of 280.73º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72159E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 21 | 158 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.38 |
| HSL | 280.73º | 0.77% | 0.35% | - |
| HSV(B) | 280.73º | 0.87% | 0.62% | - |
| XYZ | 13.38 | 6.58 | 32.91 | - |
| YUV | 64.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 158 | 0.28 | 0.87 | 0 | 0.38 | 280.73 | 0.77 | 0.35 |
| Hex | 72 | 15 | 9E | 1C | 57 | 0 | 26 | 119 | 4D | 23 |
| Octal | 162 | 25 | 236 | 34 | 127 | 0 | 46 | 431 | 115 | 43 |
| Binary | 1110010 | 10101 | 10011110 | 11100 | 1010111 | 0 | 100110 | 100011001 | 1001101 | 100011 |
Color Harmonies of #72159E
Complementary color
Monochromatic Colors of #72159E
Black with #72159E
Text Example
Text Example
White with #72159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72159E; }
p { color: rgb(114,21,158); }
H1.HeaderClassName
{
color: #72159E;
}
.AnyTagClassName
{
color: #72159E;
}
</style>
background-color css
<style>
a { background-color: #72159E; }
a { background-color: rgb(114,21,158); }
div.DivClassName
{
background-color: #72159E;
}
.BgClassName
{
background-color: #72159E;
}
</style>
border-color css
<style>
span { border-color: #72159E; }
span { border-color: rgb(114,21,158); }
td.TdClassName
{
border-color: #72159E;
}
.TagClassName
{
border-color: #72159E;
}
</style>