Shades of Blue Violet #711CDB
Tints of Blue Violet #711CDB
RGB
CMYK
RGB Variations
Color information
#711CDB (or 0x711CDB) is known color: Blue Violet. HEX triplet: 71, 1C and DB. RGB value is (113,28,219). Sum of RGB (Red+Green+Blue) = 113+28+219=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #711CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CDB is #8EE324. Grayscale: #4A4A4A. Windows color (decimal): -9364261 or 14359665. OLE color: 14359665.
HSL color Cylindrical-coordinate representation of color #711CDB: hue angle of 266.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711CDB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 28 | 219 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.14 |
| HSL | 266.7º | 0.77% | 0.48% | - |
| HSV(B) | 266.7º | 0.87% | 0.86% | - |
| XYZ | 20.01 | 9.46 | 67.79 | - |
| YUV | 75.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 219 | 0.48 | 0.87 | 0 | 0.14 | 266.7 | 0.77 | 0.48 |
| Hex | 71 | 1C | DB | 30 | 57 | 0 | E | 10B | 4D | 30 |
| Octal | 161 | 34 | 333 | 60 | 127 | 0 | 16 | 413 | 115 | 60 |
| Binary | 1110001 | 11100 | 11011011 | 110000 | 1010111 | 0 | 1110 | 100001011 | 1001101 | 110000 |
Color Harmonies of #711CDB
Complementary color
Monochromatic Colors of #711CDB
Black with #711CDB
Text Example
Text Example
White with #711CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CDB; }
p { color: rgb(113,28,219); }
H1.HeaderClassName
{
color: #711CDB;
}
.AnyTagClassName
{
color: #711CDB;
}
</style>
background-color css
<style>
a { background-color: #711CDB; }
a { background-color: rgb(113,28,219); }
div.DivClassName
{
background-color: #711CDB;
}
.BgClassName
{
background-color: #711CDB;
}
</style>
border-color css
<style>
span { border-color: #711CDB; }
span { border-color: rgb(113,28,219); }
td.TdClassName
{
border-color: #711CDB;
}
.TagClassName
{
border-color: #711CDB;
}
</style>