Shades of Vivid Violet #702184
Tints of Vivid Violet #702184
RGB
CMYK
RGB Variations
Color information
#702184 (or 0x702184) is known color: Vivid Violet. HEX triplet: 70, 21 and 84. RGB value is (112,33,132). Sum of RGB (Red+Green+Blue) = 112+33+132=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #702184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702184 is #8FDE7B. Grayscale: #434343. Windows color (decimal): -9428604 or 8659312. OLE color: 8659312.
HSL color Cylindrical-coordinate representation of color #702184: hue angle of 287.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702184 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 33 | 132 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.48 |
| HSL | 287.88º | 0.6% | 0.32% | - |
| HSV(B) | 287.88º | 0.75% | 0.52% | - |
| XYZ | 11.39 | 6.2 | 22.43 | - |
| YUV | 67.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 132 | 0.15 | 0.75 | 0 | 0.48 | 287.88 | 0.6 | 0.32 |
| Hex | 70 | 21 | 84 | F | 4B | 0 | 30 | 120 | 3C | 20 |
| Octal | 160 | 41 | 204 | 17 | 113 | 0 | 60 | 440 | 74 | 40 |
| Binary | 1110000 | 100001 | 10000100 | 1111 | 1001011 | 0 | 110000 | 100100000 | 111100 | 100000 |
Color Harmonies of #702184
Complementary color
Monochromatic Colors of #702184
Black with #702184
Text Example
Text Example
White with #702184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702184; }
p { color: rgb(112,33,132); }
H1.HeaderClassName
{
color: #702184;
}
.AnyTagClassName
{
color: #702184;
}
</style>
background-color css
<style>
a { background-color: #702184; }
a { background-color: rgb(112,33,132); }
div.DivClassName
{
background-color: #702184;
}
.BgClassName
{
background-color: #702184;
}
</style>
border-color css
<style>
span { border-color: #702184; }
span { border-color: rgb(112,33,132); }
td.TdClassName
{
border-color: #702184;
}
.TagClassName
{
border-color: #702184;
}
</style>