Shades of Vivid Violet #702386
Tints of Vivid Violet #702386
RGB
CMYK
RGB Variations
Color information
#702386 (or 0x702386) is known color: Vivid Violet. HEX triplet: 70, 23 and 86. RGB value is (112,35,134). Sum of RGB (Red+Green+Blue) = 112+35+134=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #702386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702386 is #8FDC79. Grayscale: #444444. Windows color (decimal): -9428090 or 8790896. OLE color: 8790896.
HSL color Cylindrical-coordinate representation of color #702386: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702386 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 35 | 134 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.47 |
| HSL | 286.67º | 0.59% | 0.33% | - |
| HSV(B) | 286.67º | 0.74% | 0.53% | - |
| XYZ | 11.59 | 6.37 | 23.17 | - |
| YUV | 69.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 134 | 0.16 | 0.74 | 0 | 0.47 | 286.67 | 0.59 | 0.33 |
| Hex | 70 | 23 | 86 | 10 | 4A | 0 | 2F | 11F | 3B | 21 |
| Octal | 160 | 43 | 206 | 20 | 112 | 0 | 57 | 437 | 73 | 41 |
| Binary | 1110000 | 100011 | 10000110 | 10000 | 1001010 | 0 | 101111 | 100011111 | 111011 | 100001 |
Color Harmonies of #702386
Complementary color
Monochromatic Colors of #702386
Black with #702386
Text Example
Text Example
White with #702386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702386; }
p { color: rgb(112,35,134); }
H1.HeaderClassName
{
color: #702386;
}
.AnyTagClassName
{
color: #702386;
}
</style>
background-color css
<style>
a { background-color: #702386; }
a { background-color: rgb(112,35,134); }
div.DivClassName
{
background-color: #702386;
}
.BgClassName
{
background-color: #702386;
}
</style>
border-color css
<style>
span { border-color: #702386; }
span { border-color: rgb(112,35,134); }
td.TdClassName
{
border-color: #702386;
}
.TagClassName
{
border-color: #702386;
}
</style>