Shades of Vivid Violet #722995
Tints of Vivid Violet #722995
RGB
CMYK
RGB Variations
Color information
#722995 (or 0x722995) is known color: Vivid Violet. HEX triplet: 72, 29 and 95. RGB value is (114,41,149). Sum of RGB (Red+Green+Blue) = 114+41+149=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #722995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722995 is #8DD66A. Grayscale: #4A4A4A. Windows color (decimal): -9295467 or 9775474. OLE color: 9775474.
HSL color Cylindrical-coordinate representation of color #722995: hue angle of 280.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722995 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 41 | 149 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.42 |
| HSL | 280.56º | 0.57% | 0.37% | - |
| HSV(B) | 280.56º | 0.72% | 0.58% | - |
| XYZ | 13.16 | 7.33 | 29.16 | - |
| YUV | 75.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 149 | 0.23 | 0.72 | 0 | 0.42 | 280.56 | 0.57 | 0.37 |
| Hex | 72 | 29 | 95 | 17 | 48 | 0 | 2A | 119 | 39 | 25 |
| Octal | 162 | 51 | 225 | 27 | 110 | 0 | 52 | 431 | 71 | 45 |
| Binary | 1110010 | 101001 | 10010101 | 10111 | 1001000 | 0 | 101010 | 100011001 | 111001 | 100101 |
Color Harmonies of #722995
Complementary color
Monochromatic Colors of #722995
Black with #722995
Text Example
Text Example
White with #722995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722995; }
p { color: rgb(114,41,149); }
H1.HeaderClassName
{
color: #722995;
}
.AnyTagClassName
{
color: #722995;
}
</style>
background-color css
<style>
a { background-color: #722995; }
a { background-color: rgb(114,41,149); }
div.DivClassName
{
background-color: #722995;
}
.BgClassName
{
background-color: #722995;
}
</style>
border-color css
<style>
span { border-color: #722995; }
span { border-color: rgb(114,41,149); }
td.TdClassName
{
border-color: #722995;
}
.TagClassName
{
border-color: #722995;
}
</style>