Shades of Blue Violet #701CDE
Tints of Blue Violet #701CDE
RGB
CMYK
RGB Variations
Color information
#701CDE (or 0x701CDE) is known color: Blue Violet. HEX triplet: 70, 1C and DE. RGB value is (112,28,222). Sum of RGB (Red+Green+Blue) = 112+28+222=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #701CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CDE is #8FE321. Grayscale: #4A4A4A. Windows color (decimal): -9429794 or 14556272. OLE color: 14556272.
HSL color Cylindrical-coordinate representation of color #701CDE: hue angle of 265.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701CDE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 28 | 222 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.13 |
| HSL | 265.98º | 0.78% | 0.49% | - |
| HSV(B) | 265.98º | 0.87% | 0.87% | - |
| XYZ | 20.28 | 9.55 | 69.88 | - |
| YUV | 75.23 | 210.83 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 222 | 0.50 | 0.87 | 0 | 0.13 | 265.98 | 0.78 | 0.49 |
| Hex | 70 | 1C | DE | 32 | 57 | 0 | D | 10A | 4E | 31 |
| Octal | 160 | 34 | 336 | 62 | 127 | 0 | 15 | 412 | 116 | 61 |
| Binary | 1110000 | 11100 | 11011110 | 110010 | 1010111 | 0 | 1101 | 100001010 | 1001110 | 110001 |
Color Harmonies of #701CDE
Complementary color
Monochromatic Colors of #701CDE
Black with #701CDE
Text Example
Text Example
White with #701CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CDE; }
p { color: rgb(112,28,222); }
H1.HeaderClassName
{
color: #701CDE;
}
.AnyTagClassName
{
color: #701CDE;
}
</style>
background-color css
<style>
a { background-color: #701CDE; }
a { background-color: rgb(112,28,222); }
div.DivClassName
{
background-color: #701CDE;
}
.BgClassName
{
background-color: #701CDE;
}
</style>
border-color css
<style>
span { border-color: #701CDE; }
span { border-color: rgb(112,28,222); }
td.TdClassName
{
border-color: #701CDE;
}
.TagClassName
{
border-color: #701CDE;
}
</style>