Shades of Blue Violet #711ADB
Tints of Blue Violet #711ADB
RGB
CMYK
RGB Variations
Color information
#711ADB (or 0x711ADB) is known color: Blue Violet. HEX triplet: 71, 1A and DB. RGB value is (113,26,219). Sum of RGB (Red+Green+Blue) = 113+26+219=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #711ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ADB is #8EE524. Grayscale: #494949. Windows color (decimal): -9364773 or 14359153. OLE color: 14359153.
HSL color Cylindrical-coordinate representation of color #711ADB: hue angle of 267.05º degrees, saturation: 0.79, 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 #711ADB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 26 | 219 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.14 |
| HSL | 267.05º | 0.79% | 0.48% | - |
| HSV(B) | 267.05º | 0.88% | 0.86% | - |
| XYZ | 19.97 | 9.36 | 67.77 | - |
| YUV | 74.02 | 209.82 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 219 | 0.48 | 0.88 | 0 | 0.14 | 267.05 | 0.79 | 0.48 |
| Hex | 71 | 1A | DB | 30 | 58 | 0 | E | 10B | 4F | 30 |
| Octal | 161 | 32 | 333 | 60 | 130 | 0 | 16 | 413 | 117 | 60 |
| Binary | 1110001 | 11010 | 11011011 | 110000 | 1011000 | 0 | 1110 | 100001011 | 1001111 | 110000 |
Color Harmonies of #711ADB
Complementary color
Monochromatic Colors of #711ADB
Black with #711ADB
Text Example
Text Example
White with #711ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ADB; }
p { color: rgb(113,26,219); }
H1.HeaderClassName
{
color: #711ADB;
}
.AnyTagClassName
{
color: #711ADB;
}
</style>
background-color css
<style>
a { background-color: #711ADB; }
a { background-color: rgb(113,26,219); }
div.DivClassName
{
background-color: #711ADB;
}
.BgClassName
{
background-color: #711ADB;
}
</style>
border-color css
<style>
span { border-color: #711ADB; }
span { border-color: rgb(113,26,219); }
td.TdClassName
{
border-color: #711ADB;
}
.TagClassName
{
border-color: #711ADB;
}
</style>