Shades of Vivid Violet #703387
Tints of Vivid Violet #703387
RGB
CMYK
RGB Variations
Color information
#703387 (or 0x703387) is known color: Vivid Violet. HEX triplet: 70, 33 and 87. RGB value is (112,51,135). Sum of RGB (Red+Green+Blue) = 112+51+135=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #703387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703387 is #8FCC78. Grayscale: #4E4E4E. Windows color (decimal): -9423993 or 8860528. OLE color: 8860528.
HSL color Cylindrical-coordinate representation of color #703387: hue angle of 283.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703387 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 51 | 135 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.47 |
| HSL | 283.57º | 0.45% | 0.36% | - |
| HSV(B) | 283.57º | 0.62% | 0.53% | - |
| XYZ | 12.24 | 7.56 | 23.74 | - |
| YUV | 78.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 135 | 0.17 | 0.62 | 0 | 0.47 | 283.57 | 0.45 | 0.36 |
| Hex | 70 | 33 | 87 | 11 | 3E | 0 | 2F | 11C | 2D | 24 |
| Octal | 160 | 63 | 207 | 21 | 76 | 0 | 57 | 434 | 55 | 44 |
| Binary | 1110000 | 110011 | 10000111 | 10001 | 111110 | 0 | 101111 | 100011100 | 101101 | 100100 |
Color Harmonies of #703387
Complementary color
Monochromatic Colors of #703387
Black with #703387
Text Example
Text Example
White with #703387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703387; }
p { color: rgb(112,51,135); }
H1.HeaderClassName
{
color: #703387;
}
.AnyTagClassName
{
color: #703387;
}
</style>
background-color css
<style>
a { background-color: #703387; }
a { background-color: rgb(112,51,135); }
div.DivClassName
{
background-color: #703387;
}
.BgClassName
{
background-color: #703387;
}
</style>
border-color css
<style>
span { border-color: #703387; }
span { border-color: rgb(112,51,135); }
td.TdClassName
{
border-color: #703387;
}
.TagClassName
{
border-color: #703387;
}
</style>