Shades of Blue Violet #703CEE
Tints of Blue Violet #703CEE
RGB
CMYK
RGB Variations
Color information
#703CEE (or 0x703CEE) is known color: Blue Violet. HEX triplet: 70, 3C and EE. RGB value is (112,60,238). Sum of RGB (Red+Green+Blue) = 112+60+238=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #703CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CEE is #8FC311. Grayscale: #5F5F5F. Windows color (decimal): -9421586 or 15613040. OLE color: 15613040.
HSL color Cylindrical-coordinate representation of color #703CEE: hue angle of 257.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703CEE is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 60 | 238 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.07 |
| HSL | 257.53º | 0.84% | 0.58% | - |
| HSV(B) | 257.53º | 0.75% | 0.93% | - |
| XYZ | 23.73 | 12.85 | 82.12 | - |
| YUV | 95.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 238 | 0.53 | 0.75 | 0 | 0.07 | 257.53 | 0.84 | 0.58 |
| Hex | 70 | 3C | EE | 35 | 4B | 0 | 7 | 102 | 54 | 3A |
| Octal | 160 | 74 | 356 | 65 | 113 | 0 | 7 | 402 | 124 | 72 |
| Binary | 1110000 | 111100 | 11101110 | 110101 | 1001011 | 0 | 111 | 100000010 | 1010100 | 111010 |
Color Harmonies of #703CEE
Complementary color
Monochromatic Colors of #703CEE
Black with #703CEE
Text Example
Text Example
White with #703CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CEE; }
p { color: rgb(112,60,238); }
H1.HeaderClassName
{
color: #703CEE;
}
.AnyTagClassName
{
color: #703CEE;
}
</style>
background-color css
<style>
a { background-color: #703CEE; }
a { background-color: rgb(112,60,238); }
div.DivClassName
{
background-color: #703CEE;
}
.BgClassName
{
background-color: #703CEE;
}
</style>
border-color css
<style>
span { border-color: #703CEE; }
span { border-color: rgb(112,60,238); }
td.TdClassName
{
border-color: #703CEE;
}
.TagClassName
{
border-color: #703CEE;
}
</style>