Shades of Vivid Violet #722888
Tints of Vivid Violet #722888
RGB
CMYK
RGB Variations
Color information
#722888 (or 0x722888) is known color: Vivid Violet. HEX triplet: 72, 28 and 88. RGB value is (114,40,136). Sum of RGB (Red+Green+Blue) = 114+40+136=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #722888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722888 is #8DD777. Grayscale: #484848. Windows color (decimal): -9295736 or 8923250. OLE color: 8923250.
HSL color Cylindrical-coordinate representation of color #722888: hue angle of 286.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722888 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 40 | 136 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.47 |
| HSL | 286.25º | 0.55% | 0.35% | - |
| HSV(B) | 286.25º | 0.71% | 0.53% | - |
| XYZ | 12.14 | 6.87 | 23.98 | - |
| YUV | 73.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 136 | 0.16 | 0.71 | 0 | 0.47 | 286.25 | 0.55 | 0.35 |
| Hex | 72 | 28 | 88 | 10 | 47 | 0 | 2F | 11E | 37 | 23 |
| Octal | 162 | 50 | 210 | 20 | 107 | 0 | 57 | 436 | 67 | 43 |
| Binary | 1110010 | 101000 | 10001000 | 10000 | 1000111 | 0 | 101111 | 100011110 | 110111 | 100011 |
Color Harmonies of #722888
Complementary color
Monochromatic Colors of #722888
Black with #722888
Text Example
Text Example
White with #722888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722888; }
p { color: rgb(114,40,136); }
H1.HeaderClassName
{
color: #722888;
}
.AnyTagClassName
{
color: #722888;
}
</style>
background-color css
<style>
a { background-color: #722888; }
a { background-color: rgb(114,40,136); }
div.DivClassName
{
background-color: #722888;
}
.BgClassName
{
background-color: #722888;
}
</style>
border-color css
<style>
span { border-color: #722888; }
span { border-color: rgb(114,40,136); }
td.TdClassName
{
border-color: #722888;
}
.TagClassName
{
border-color: #722888;
}
</style>