Shades of Vivid Violet #7214A2
Tints of Vivid Violet #7214A2
RGB
CMYK
RGB Variations
Color information
#7214A2 (or 0x7214A2) is known color: Vivid Violet. HEX triplet: 72, 14 and A2. RGB value is (114,20,162). Sum of RGB (Red+Green+Blue) = 114+20+162=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #7214A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7214A2 is #8DEB5D. Grayscale: #3F3F3F. Windows color (decimal): -9300830 or 10622066. OLE color: 10622066.
HSL color Cylindrical-coordinate representation of color #7214A2: hue angle of 279.72º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7214A2 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 20 | 162 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.36 |
| HSL | 279.72º | 0.78% | 0.36% | - |
| HSV(B) | 279.72º | 0.88% | 0.64% | - |
| XYZ | 13.71 | 6.69 | 34.75 | - |
| YUV | 64.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 162 | 0.30 | 0.88 | 0 | 0.36 | 279.72 | 0.78 | 0.36 |
| Hex | 72 | 14 | A2 | 1E | 58 | 0 | 24 | 118 | 4E | 24 |
| Octal | 162 | 24 | 242 | 36 | 130 | 0 | 44 | 430 | 116 | 44 |
| Binary | 1110010 | 10100 | 10100010 | 11110 | 1011000 | 0 | 100100 | 100011000 | 1001110 | 100100 |
Color Harmonies of #7214A2
Complementary color
Monochromatic Colors of #7214A2
Black with #7214A2
Text Example
Text Example
White with #7214A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214A2; }
p { color: rgb(114,20,162); }
H1.HeaderClassName
{
color: #7214A2;
}
.AnyTagClassName
{
color: #7214A2;
}
</style>
background-color css
<style>
a { background-color: #7214A2; }
a { background-color: rgb(114,20,162); }
div.DivClassName
{
background-color: #7214A2;
}
.BgClassName
{
background-color: #7214A2;
}
</style>
border-color css
<style>
span { border-color: #7214A2; }
span { border-color: rgb(114,20,162); }
td.TdClassName
{
border-color: #7214A2;
}
.TagClassName
{
border-color: #7214A2;
}
</style>