Shades of Blue Violet #701BDC
Tints of Blue Violet #701BDC
RGB
CMYK
RGB Variations
Color information
#701BDC (or 0x701BDC) is known color: Blue Violet. HEX triplet: 70, 1B and DC. RGB value is (112,27,220). Sum of RGB (Red+Green+Blue) = 112+27+220=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #701BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BDC is #8FE423. Grayscale: #494949. Windows color (decimal): -9430052 or 14424944. OLE color: 14424944.
HSL color Cylindrical-coordinate representation of color #701BDC: hue angle of 266.42º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701BDC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 27 | 220 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.14 |
| HSL | 266.42º | 0.78% | 0.48% | - |
| HSV(B) | 266.42º | 0.88% | 0.86% | - |
| XYZ | 19.99 | 9.4 | 68.47 | - |
| YUV | 74.42 | 210.16 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 220 | 0.49 | 0.88 | 0 | 0.14 | 266.42 | 0.78 | 0.48 |
| Hex | 70 | 1B | DC | 31 | 58 | 0 | E | 10A | 4E | 30 |
| Octal | 160 | 33 | 334 | 61 | 130 | 0 | 16 | 412 | 116 | 60 |
| Binary | 1110000 | 11011 | 11011100 | 110001 | 1011000 | 0 | 1110 | 100001010 | 1001110 | 110000 |
Color Harmonies of #701BDC
Complementary color
Monochromatic Colors of #701BDC
Black with #701BDC
Text Example
Text Example
White with #701BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BDC; }
p { color: rgb(112,27,220); }
H1.HeaderClassName
{
color: #701BDC;
}
.AnyTagClassName
{
color: #701BDC;
}
</style>
background-color css
<style>
a { background-color: #701BDC; }
a { background-color: rgb(112,27,220); }
div.DivClassName
{
background-color: #701BDC;
}
.BgClassName
{
background-color: #701BDC;
}
</style>
border-color css
<style>
span { border-color: #701BDC; }
span { border-color: rgb(112,27,220); }
td.TdClassName
{
border-color: #701BDC;
}
.TagClassName
{
border-color: #701BDC;
}
</style>