Shades of Blue Violet #703BE8
Tints of Blue Violet #703BE8
RGB
CMYK
RGB Variations
Color information
#703BE8 (or 0x703BE8) is known color: Blue Violet. HEX triplet: 70, 3B and E8. RGB value is (112,59,232). Sum of RGB (Red+Green+Blue) = 112+59+232=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #703BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BE8 is #8FC417. Grayscale: #5D5D5D. Windows color (decimal): -9421848 or 15219568. OLE color: 15219568.
HSL color Cylindrical-coordinate representation of color #703BE8: hue angle of 258.38º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703BE8 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 59 | 232 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.09 |
| HSL | 258.38º | 0.79% | 0.57% | - |
| HSV(B) | 258.38º | 0.75% | 0.91% | - |
| XYZ | 22.81 | 12.4 | 77.53 | - |
| YUV | 94.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 232 | 0.52 | 0.75 | 0 | 0.09 | 258.38 | 0.79 | 0.57 |
| Hex | 70 | 3B | E8 | 34 | 4B | 0 | 9 | 102 | 4F | 39 |
| Octal | 160 | 73 | 350 | 64 | 113 | 0 | 11 | 402 | 117 | 71 |
| Binary | 1110000 | 111011 | 11101000 | 110100 | 1001011 | 0 | 1001 | 100000010 | 1001111 | 111001 |
Color Harmonies of #703BE8
Complementary color
Monochromatic Colors of #703BE8
Black with #703BE8
Text Example
Text Example
White with #703BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BE8; }
p { color: rgb(112,59,232); }
H1.HeaderClassName
{
color: #703BE8;
}
.AnyTagClassName
{
color: #703BE8;
}
</style>
background-color css
<style>
a { background-color: #703BE8; }
a { background-color: rgb(112,59,232); }
div.DivClassName
{
background-color: #703BE8;
}
.BgClassName
{
background-color: #703BE8;
}
</style>
border-color css
<style>
span { border-color: #703BE8; }
span { border-color: rgb(112,59,232); }
td.TdClassName
{
border-color: #703BE8;
}
.TagClassName
{
border-color: #703BE8;
}
</style>