Shades of Vivid Violet #702486
Tints of Vivid Violet #702486
RGB
CMYK
RGB Variations
Color information
#702486 (or 0x702486) is known color: Vivid Violet. HEX triplet: 70, 24 and 86. RGB value is (112,36,134). Sum of RGB (Red+Green+Blue) = 112+36+134=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #702486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702486 is #8FDB79. Grayscale: #454545. Windows color (decimal): -9427834 or 8791152. OLE color: 8791152.
HSL color Cylindrical-coordinate representation of color #702486: hue angle of 286.53º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702486 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 36 | 134 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.47 |
| HSL | 286.53º | 0.58% | 0.33% | - |
| HSV(B) | 286.53º | 0.73% | 0.53% | - |
| XYZ | 11.62 | 6.43 | 23.18 | - |
| YUV | 69.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 134 | 0.16 | 0.73 | 0 | 0.47 | 286.53 | 0.58 | 0.33 |
| Hex | 70 | 24 | 86 | 10 | 49 | 0 | 2F | 11F | 3A | 21 |
| Octal | 160 | 44 | 206 | 20 | 111 | 0 | 57 | 437 | 72 | 41 |
| Binary | 1110000 | 100100 | 10000110 | 10000 | 1001001 | 0 | 101111 | 100011111 | 111010 | 100001 |
Color Harmonies of #702486
Complementary color
Monochromatic Colors of #702486
Black with #702486
Text Example
Text Example
White with #702486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702486; }
p { color: rgb(112,36,134); }
H1.HeaderClassName
{
color: #702486;
}
.AnyTagClassName
{
color: #702486;
}
</style>
background-color css
<style>
a { background-color: #702486; }
a { background-color: rgb(112,36,134); }
div.DivClassName
{
background-color: #702486;
}
.BgClassName
{
background-color: #702486;
}
</style>
border-color css
<style>
span { border-color: #702486; }
span { border-color: rgb(112,36,134); }
td.TdClassName
{
border-color: #702486;
}
.TagClassName
{
border-color: #702486;
}
</style>