Shades of Blue Violet #703CDF
Tints of Blue Violet #703CDF
RGB
CMYK
RGB Variations
Color information
#703CDF (or 0x703CDF) is known color: Blue Violet. HEX triplet: 70, 3C and DF. RGB value is (112,60,223). Sum of RGB (Red+Green+Blue) = 112+60+223=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #703CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CDF is #8FC320. Grayscale: #5D5D5D. Windows color (decimal): -9421601 or 14630000. OLE color: 14630000.
HSL color Cylindrical-coordinate representation of color #703CDF: hue angle of 259.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703CDF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 60 | 223 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 259.14º | 0.72% | 0.55% | - |
| HSV(B) | 259.14º | 0.73% | 0.87% | - |
| XYZ | 21.62 | 12 | 70.99 | - |
| YUV | 94.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 223 | 0.50 | 0.73 | 0 | 0.13 | 259.14 | 0.72 | 0.55 |
| Hex | 70 | 3C | DF | 32 | 49 | 0 | D | 103 | 48 | 37 |
| Octal | 160 | 74 | 337 | 62 | 111 | 0 | 15 | 403 | 110 | 67 |
| Binary | 1110000 | 111100 | 11011111 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1001000 | 110111 |
Color Harmonies of #703CDF
Complementary color
Monochromatic Colors of #703CDF
Black with #703CDF
Text Example
Text Example
White with #703CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CDF; }
p { color: rgb(112,60,223); }
H1.HeaderClassName
{
color: #703CDF;
}
.AnyTagClassName
{
color: #703CDF;
}
</style>
background-color css
<style>
a { background-color: #703CDF; }
a { background-color: rgb(112,60,223); }
div.DivClassName
{
background-color: #703CDF;
}
.BgClassName
{
background-color: #703CDF;
}
</style>
border-color css
<style>
span { border-color: #703CDF; }
span { border-color: rgb(112,60,223); }
td.TdClassName
{
border-color: #703CDF;
}
.TagClassName
{
border-color: #703CDF;
}
</style>