Shades of Blue Violet #703CEA
Tints of Blue Violet #703CEA
RGB
CMYK
RGB Variations
Color information
#703CEA (or 0x703CEA) is known color: Blue Violet. HEX triplet: 70, 3C and EA. RGB value is (112,60,234). Sum of RGB (Red+Green+Blue) = 112+60+234=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #703CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CEA is #8FC315. Grayscale: #5E5E5E. Windows color (decimal): -9421590 or 15350896. OLE color: 15350896.
HSL color Cylindrical-coordinate representation of color #703CEA: hue angle of 257.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703CEA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 60 | 234 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.08 |
| HSL | 257.93º | 0.81% | 0.58% | - |
| HSV(B) | 257.93º | 0.74% | 0.92% | - |
| XYZ | 23.15 | 12.62 | 79.06 | - |
| YUV | 95.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 234 | 0.52 | 0.74 | 0 | 0.08 | 257.93 | 0.81 | 0.58 |
| Hex | 70 | 3C | EA | 34 | 4A | 0 | 8 | 102 | 51 | 3A |
| Octal | 160 | 74 | 352 | 64 | 112 | 0 | 10 | 402 | 121 | 72 |
| Binary | 1110000 | 111100 | 11101010 | 110100 | 1001010 | 0 | 1000 | 100000010 | 1010001 | 111010 |
Color Harmonies of #703CEA
Complementary color
Monochromatic Colors of #703CEA
Black with #703CEA
Text Example
Text Example
White with #703CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CEA; }
p { color: rgb(112,60,234); }
H1.HeaderClassName
{
color: #703CEA;
}
.AnyTagClassName
{
color: #703CEA;
}
</style>
background-color css
<style>
a { background-color: #703CEA; }
a { background-color: rgb(112,60,234); }
div.DivClassName
{
background-color: #703CEA;
}
.BgClassName
{
background-color: #703CEA;
}
</style>
border-color css
<style>
span { border-color: #703CEA; }
span { border-color: rgb(112,60,234); }
td.TdClassName
{
border-color: #703CEA;
}
.TagClassName
{
border-color: #703CEA;
}
</style>