Shades of Vivid Violet #7A218F
Tints of Vivid Violet #7A218F
RGB
CMYK
RGB Variations
Color information
#7A218F (or 0x7A218F) is known color: Vivid Violet. HEX triplet: 7A, 21 and 8F. RGB value is (122,33,143). Sum of RGB (Red+Green+Blue) = 122+33+143=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A218F is #85DE70. Grayscale: #474747. Windows color (decimal): -8773233 or 9380218. OLE color: 9380218.
HSL color Cylindrical-coordinate representation of color #7A218F: hue angle of 288.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A218F is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 33 | 143 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.44 |
| HSL | 288.55º | 0.63% | 0.35% | - |
| HSV(B) | 288.55º | 0.77% | 0.56% | - |
| XYZ | 13.53 | 7.21 | 26.66 | - |
| YUV | 72.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 143 | 0.15 | 0.77 | 0 | 0.44 | 288.55 | 0.63 | 0.35 |
| Hex | 7A | 21 | 8F | F | 4D | 0 | 2C | 121 | 3E | 23 |
| Octal | 172 | 41 | 217 | 17 | 115 | 0 | 54 | 441 | 76 | 43 |
| Binary | 1111010 | 100001 | 10001111 | 1111 | 1001101 | 0 | 101100 | 100100001 | 111110 | 100011 |
Color Harmonies of #7A218F
Complementary color
Monochromatic Colors of #7A218F
Black with #7A218F
Text Example
Text Example
White with #7A218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A218F; }
p { color: rgb(122,33,143); }
H1.HeaderClassName
{
color: #7A218F;
}
.AnyTagClassName
{
color: #7A218F;
}
</style>
background-color css
<style>
a { background-color: #7A218F; }
a { background-color: rgb(122,33,143); }
div.DivClassName
{
background-color: #7A218F;
}
.BgClassName
{
background-color: #7A218F;
}
</style>
border-color css
<style>
span { border-color: #7A218F; }
span { border-color: rgb(122,33,143); }
td.TdClassName
{
border-color: #7A218F;
}
.TagClassName
{
border-color: #7A218F;
}
</style>