Shades of Blue Violet #703BDF
Tints of Blue Violet #703BDF
RGB
CMYK
RGB Variations
Color information
#703BDF (or 0x703BDF) is known color: Blue Violet. HEX triplet: 70, 3B and DF. RGB value is (112,59,223). Sum of RGB (Red+Green+Blue) = 112+59+223=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #703BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BDF is #8FC420. Grayscale: #5C5C5C. Windows color (decimal): -9421857 or 14629744. OLE color: 14629744.
HSL color Cylindrical-coordinate representation of color #703BDF: hue angle of 259.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703BDF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 59 | 223 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.13 |
| HSL | 259.39º | 0.72% | 0.55% | - |
| HSV(B) | 259.39º | 0.74% | 0.87% | - |
| XYZ | 21.57 | 11.9 | 70.97 | - |
| YUV | 93.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 223 | 0.50 | 0.74 | 0 | 0.13 | 259.39 | 0.72 | 0.55 |
| Hex | 70 | 3B | DF | 32 | 4A | 0 | D | 103 | 48 | 37 |
| Octal | 160 | 73 | 337 | 62 | 112 | 0 | 15 | 403 | 110 | 67 |
| Binary | 1110000 | 111011 | 11011111 | 110010 | 1001010 | 0 | 1101 | 100000011 | 1001000 | 110111 |
Color Harmonies of #703BDF
Complementary color
Monochromatic Colors of #703BDF
Black with #703BDF
Text Example
Text Example
White with #703BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BDF; }
p { color: rgb(112,59,223); }
H1.HeaderClassName
{
color: #703BDF;
}
.AnyTagClassName
{
color: #703BDF;
}
</style>
background-color css
<style>
a { background-color: #703BDF; }
a { background-color: rgb(112,59,223); }
div.DivClassName
{
background-color: #703BDF;
}
.BgClassName
{
background-color: #703BDF;
}
</style>
border-color css
<style>
span { border-color: #703BDF; }
span { border-color: rgb(112,59,223); }
td.TdClassName
{
border-color: #703BDF;
}
.TagClassName
{
border-color: #703BDF;
}
</style>