Shades of Vivid Violet #702087
Tints of Vivid Violet #702087
RGB
CMYK
RGB Variations
Color information
#702087 (or 0x702087) is known color: Vivid Violet. HEX triplet: 70, 20 and 87. RGB value is (112,32,135). Sum of RGB (Red+Green+Blue) = 112+32+135=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #702087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702087 is #8FDF78. Grayscale: #434343. Windows color (decimal): -9428857 or 8855664. OLE color: 8855664.
HSL color Cylindrical-coordinate representation of color #702087: hue angle of 286.6º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702087 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 32 | 135 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.47 |
| HSL | 286.6º | 0.62% | 0.33% | - |
| HSV(B) | 286.6º | 0.76% | 0.53% | - |
| XYZ | 11.57 | 6.23 | 23.51 | - |
| YUV | 67.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 135 | 0.17 | 0.76 | 0 | 0.47 | 286.6 | 0.62 | 0.33 |
| Hex | 70 | 20 | 87 | 11 | 4C | 0 | 2F | 11F | 3E | 21 |
| Octal | 160 | 40 | 207 | 21 | 114 | 0 | 57 | 437 | 76 | 41 |
| Binary | 1110000 | 100000 | 10000111 | 10001 | 1001100 | 0 | 101111 | 100011111 | 111110 | 100001 |
Color Harmonies of #702087
Complementary color
Monochromatic Colors of #702087
Black with #702087
Text Example
Text Example
White with #702087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702087; }
p { color: rgb(112,32,135); }
H1.HeaderClassName
{
color: #702087;
}
.AnyTagClassName
{
color: #702087;
}
</style>
background-color css
<style>
a { background-color: #702087; }
a { background-color: rgb(112,32,135); }
div.DivClassName
{
background-color: #702087;
}
.BgClassName
{
background-color: #702087;
}
</style>
border-color css
<style>
span { border-color: #702087; }
span { border-color: rgb(112,32,135); }
td.TdClassName
{
border-color: #702087;
}
.TagClassName
{
border-color: #702087;
}
</style>