Shades of Vivid Violet #722A8A
Tints of Vivid Violet #722A8A
RGB
CMYK
RGB Variations
Color information
#722A8A (or 0x722A8A) is known color: Vivid Violet. HEX triplet: 72, 2A and 8A. RGB value is (114,42,138). Sum of RGB (Red+Green+Blue) = 114+42+138=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #722A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722A8A is #8DD575. Grayscale: #4A4A4A. Windows color (decimal): -9295222 or 9054834. OLE color: 9054834.
HSL color Cylindrical-coordinate representation of color #722A8A: hue angle of 285º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722A8A is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 42 | 138 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.46 |
| HSL | 285º | 0.53% | 0.35% | - |
| HSV(B) | 285º | 0.7% | 0.54% | - |
| XYZ | 12.35 | 7.07 | 24.76 | - |
| YUV | 74.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 138 | 0.17 | 0.70 | 0 | 0.46 | 285 | 0.53 | 0.35 |
| Hex | 72 | 2A | 8A | 11 | 46 | 0 | 2E | 11D | 35 | 23 |
| Octal | 162 | 52 | 212 | 21 | 106 | 0 | 56 | 435 | 65 | 43 |
| Binary | 1110010 | 101010 | 10001010 | 10001 | 1000110 | 0 | 101110 | 100011101 | 110101 | 100011 |
Color Harmonies of #722A8A
Complementary color
Monochromatic Colors of #722A8A
Black with #722A8A
Text Example
Text Example
White with #722A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A8A; }
p { color: rgb(114,42,138); }
H1.HeaderClassName
{
color: #722A8A;
}
.AnyTagClassName
{
color: #722A8A;
}
</style>
background-color css
<style>
a { background-color: #722A8A; }
a { background-color: rgb(114,42,138); }
div.DivClassName
{
background-color: #722A8A;
}
.BgClassName
{
background-color: #722A8A;
}
</style>
border-color css
<style>
span { border-color: #722A8A; }
span { border-color: rgb(114,42,138); }
td.TdClassName
{
border-color: #722A8A;
}
.TagClassName
{
border-color: #722A8A;
}
</style>