Shades of Vivid Violet #722895
Tints of Vivid Violet #722895
RGB
CMYK
RGB Variations
Color information
#722895 (or 0x722895) is known color: Vivid Violet. HEX triplet: 72, 28 and 95. RGB value is (114,40,149). Sum of RGB (Red+Green+Blue) = 114+40+149=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #722895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722895 is #8DD76A. Grayscale: #4A4A4A. Windows color (decimal): -9295723 or 9775218. OLE color: 9775218.
HSL color Cylindrical-coordinate representation of color #722895: hue angle of 280.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722895 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 40 | 149 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.42 |
| HSL | 280.73º | 0.58% | 0.37% | - |
| HSV(B) | 280.73º | 0.73% | 0.58% | - |
| XYZ | 13.12 | 7.26 | 29.14 | - |
| YUV | 74.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 149 | 0.23 | 0.73 | 0 | 0.42 | 280.73 | 0.58 | 0.37 |
| Hex | 72 | 28 | 95 | 17 | 49 | 0 | 2A | 119 | 3A | 25 |
| Octal | 162 | 50 | 225 | 27 | 111 | 0 | 52 | 431 | 72 | 45 |
| Binary | 1110010 | 101000 | 10010101 | 10111 | 1001001 | 0 | 101010 | 100011001 | 111010 | 100101 |
Color Harmonies of #722895
Complementary color
Monochromatic Colors of #722895
Black with #722895
Text Example
Text Example
White with #722895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722895; }
p { color: rgb(114,40,149); }
H1.HeaderClassName
{
color: #722895;
}
.AnyTagClassName
{
color: #722895;
}
</style>
background-color css
<style>
a { background-color: #722895; }
a { background-color: rgb(114,40,149); }
div.DivClassName
{
background-color: #722895;
}
.BgClassName
{
background-color: #722895;
}
</style>
border-color css
<style>
span { border-color: #722895; }
span { border-color: rgb(114,40,149); }
td.TdClassName
{
border-color: #722895;
}
.TagClassName
{
border-color: #722895;
}
</style>