Shades of Blue Violet #711ADD
Tints of Blue Violet #711ADD
RGB
CMYK
RGB Variations
Color information
#711ADD (or 0x711ADD) is known color: Blue Violet. HEX triplet: 71, 1A and DD. RGB value is (113,26,221). Sum of RGB (Red+Green+Blue) = 113+26+221=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #711ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ADD is #8EE522. Grayscale: #494949. Windows color (decimal): -9364771 or 14490225. OLE color: 14490225.
HSL color Cylindrical-coordinate representation of color #711ADD: hue angle of 266.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711ADD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 26 | 221 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.13 |
| HSL | 266.77º | 0.79% | 0.48% | - |
| HSV(B) | 266.77º | 0.88% | 0.87% | - |
| XYZ | 20.23 | 9.47 | 69.17 | - |
| YUV | 74.24 | 210.82 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 221 | 0.49 | 0.88 | 0 | 0.13 | 266.77 | 0.79 | 0.48 |
| Hex | 71 | 1A | DD | 31 | 58 | 0 | D | 10B | 4F | 30 |
| Octal | 161 | 32 | 335 | 61 | 130 | 0 | 15 | 413 | 117 | 60 |
| Binary | 1110001 | 11010 | 11011101 | 110001 | 1011000 | 0 | 1101 | 100001011 | 1001111 | 110000 |
Color Harmonies of #711ADD
Complementary color
Monochromatic Colors of #711ADD
Black with #711ADD
Text Example
Text Example
White with #711ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ADD; }
p { color: rgb(113,26,221); }
H1.HeaderClassName
{
color: #711ADD;
}
.AnyTagClassName
{
color: #711ADD;
}
</style>
background-color css
<style>
a { background-color: #711ADD; }
a { background-color: rgb(113,26,221); }
div.DivClassName
{
background-color: #711ADD;
}
.BgClassName
{
background-color: #711ADD;
}
</style>
border-color css
<style>
span { border-color: #711ADD; }
span { border-color: rgb(113,26,221); }
td.TdClassName
{
border-color: #711ADD;
}
.TagClassName
{
border-color: #711ADD;
}
</style>