Shades of Vivid Violet #702A84
Tints of Vivid Violet #702A84
RGB
CMYK
RGB Variations
Color information
#702A84 (or 0x702A84) is known color: Vivid Violet. HEX triplet: 70, 2A and 84. RGB value is (112,42,132). Sum of RGB (Red+Green+Blue) = 112+42+132=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #702A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A84 is #8FD57B. Grayscale: #484848. Windows color (decimal): -9426300 or 8661616. OLE color: 8661616.
HSL color Cylindrical-coordinate representation of color #702A84: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702A84 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 42 | 132 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.48 |
| HSL | 286.67º | 0.52% | 0.34% | - |
| HSV(B) | 286.67º | 0.68% | 0.52% | - |
| XYZ | 11.67 | 6.77 | 22.52 | - |
| YUV | 73.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 132 | 0.15 | 0.68 | 0 | 0.48 | 286.67 | 0.52 | 0.34 |
| Hex | 70 | 2A | 84 | F | 44 | 0 | 30 | 11F | 34 | 22 |
| Octal | 160 | 52 | 204 | 17 | 104 | 0 | 60 | 437 | 64 | 42 |
| Binary | 1110000 | 101010 | 10000100 | 1111 | 1000100 | 0 | 110000 | 100011111 | 110100 | 100010 |
Color Harmonies of #702A84
Complementary color
Monochromatic Colors of #702A84
Black with #702A84
Text Example
Text Example
White with #702A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A84; }
p { color: rgb(112,42,132); }
H1.HeaderClassName
{
color: #702A84;
}
.AnyTagClassName
{
color: #702A84;
}
</style>
background-color css
<style>
a { background-color: #702A84; }
a { background-color: rgb(112,42,132); }
div.DivClassName
{
background-color: #702A84;
}
.BgClassName
{
background-color: #702A84;
}
</style>
border-color css
<style>
span { border-color: #702A84; }
span { border-color: rgb(112,42,132); }
td.TdClassName
{
border-color: #702A84;
}
.TagClassName
{
border-color: #702A84;
}
</style>