Shades of Blue Violet #703AEF
Tints of Blue Violet #703AEF
RGB
CMYK
RGB Variations
Color information
#703AEF (or 0x703AEF) is known color: Blue Violet. HEX triplet: 70, 3A and EF. RGB value is (112,58,239). Sum of RGB (Red+Green+Blue) = 112+58+239=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #703AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AEF is #8FC510. Grayscale: #5E5E5E. Windows color (decimal): -9422097 or 15678064. OLE color: 15678064.
HSL color Cylindrical-coordinate representation of color #703AEF: hue angle of 257.9º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703AEF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 58 | 239 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.06 |
| HSL | 257.9º | 0.85% | 0.58% | - |
| HSV(B) | 257.9º | 0.76% | 0.94% | - |
| XYZ | 23.78 | 12.7 | 82.86 | - |
| YUV | 94.78 | 209.39 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 239 | 0.53 | 0.76 | 0 | 0.06 | 257.9 | 0.85 | 0.58 |
| Hex | 70 | 3A | EF | 35 | 4C | 0 | 6 | 102 | 55 | 3A |
| Octal | 160 | 72 | 357 | 65 | 114 | 0 | 6 | 402 | 125 | 72 |
| Binary | 1110000 | 111010 | 11101111 | 110101 | 1001100 | 0 | 110 | 100000010 | 1010101 | 111010 |
Color Harmonies of #703AEF
Complementary color
Monochromatic Colors of #703AEF
Black with #703AEF
Text Example
Text Example
White with #703AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AEF; }
p { color: rgb(112,58,239); }
H1.HeaderClassName
{
color: #703AEF;
}
.AnyTagClassName
{
color: #703AEF;
}
</style>
background-color css
<style>
a { background-color: #703AEF; }
a { background-color: rgb(112,58,239); }
div.DivClassName
{
background-color: #703AEF;
}
.BgClassName
{
background-color: #703AEF;
}
</style>
border-color css
<style>
span { border-color: #703AEF; }
span { border-color: rgb(112,58,239); }
td.TdClassName
{
border-color: #703AEF;
}
.TagClassName
{
border-color: #703AEF;
}
</style>