Shades of Vivid Violet #722F8D
Tints of Vivid Violet #722F8D
RGB
CMYK
RGB Variations
Color information
#722F8D (or 0x722F8D) is known color: Vivid Violet. HEX triplet: 72, 2F and 8D. RGB value is (114,47,141). Sum of RGB (Red+Green+Blue) = 114+47+141=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #722F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722F8D is #8DD072. Grayscale: #4D4D4D. Windows color (decimal): -9293939 or 9252722. OLE color: 9252722.
HSL color Cylindrical-coordinate representation of color #722F8D: hue angle of 282.77º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722F8D is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 47 | 141 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.45 |
| HSL | 282.77º | 0.5% | 0.37% | - |
| HSV(B) | 282.77º | 0.67% | 0.55% | - |
| XYZ | 12.76 | 7.53 | 25.98 | - |
| YUV | 77.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 141 | 0.19 | 0.67 | 0 | 0.45 | 282.77 | 0.5 | 0.37 |
| Hex | 72 | 2F | 8D | 13 | 43 | 0 | 2D | 11B | 32 | 25 |
| Octal | 162 | 57 | 215 | 23 | 103 | 0 | 55 | 433 | 62 | 45 |
| Binary | 1110010 | 101111 | 10001101 | 10011 | 1000011 | 0 | 101101 | 100011011 | 110010 | 100101 |
Color Harmonies of #722F8D
Complementary color
Monochromatic Colors of #722F8D
Black with #722F8D
Text Example
Text Example
White with #722F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F8D; }
p { color: rgb(114,47,141); }
H1.HeaderClassName
{
color: #722F8D;
}
.AnyTagClassName
{
color: #722F8D;
}
</style>
background-color css
<style>
a { background-color: #722F8D; }
a { background-color: rgb(114,47,141); }
div.DivClassName
{
background-color: #722F8D;
}
.BgClassName
{
background-color: #722F8D;
}
</style>
border-color css
<style>
span { border-color: #722F8D; }
span { border-color: rgb(114,47,141); }
td.TdClassName
{
border-color: #722F8D;
}
.TagClassName
{
border-color: #722F8D;
}
</style>