Shades of Blue Violet #711ADE
Tints of Blue Violet #711ADE
RGB
CMYK
RGB Variations
Color information
#711ADE (or 0x711ADE) is known color: Blue Violet. HEX triplet: 71, 1A and DE. RGB value is (113,26,222). Sum of RGB (Red+Green+Blue) = 113+26+222=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #711ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ADE is #8EE521. Grayscale: #494949. Windows color (decimal): -9364770 or 14555761. OLE color: 14555761.
HSL color Cylindrical-coordinate representation of color #711ADE: hue angle of 266.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711ADE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 26 | 222 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.13 |
| HSL | 266.63º | 0.79% | 0.49% | - |
| HSV(B) | 266.63º | 0.88% | 0.87% | - |
| XYZ | 20.36 | 9.52 | 69.87 | - |
| YUV | 74.36 | 211.32 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 222 | 0.49 | 0.88 | 0 | 0.13 | 266.63 | 0.79 | 0.49 |
| Hex | 71 | 1A | DE | 31 | 58 | 0 | D | 10B | 4F | 31 |
| Octal | 161 | 32 | 336 | 61 | 130 | 0 | 15 | 413 | 117 | 61 |
| Binary | 1110001 | 11010 | 11011110 | 110001 | 1011000 | 0 | 1101 | 100001011 | 1001111 | 110001 |
Color Harmonies of #711ADE
Complementary color
Monochromatic Colors of #711ADE
Black with #711ADE
Text Example
Text Example
White with #711ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ADE; }
p { color: rgb(113,26,222); }
H1.HeaderClassName
{
color: #711ADE;
}
.AnyTagClassName
{
color: #711ADE;
}
</style>
background-color css
<style>
a { background-color: #711ADE; }
a { background-color: rgb(113,26,222); }
div.DivClassName
{
background-color: #711ADE;
}
.BgClassName
{
background-color: #711ADE;
}
</style>
border-color css
<style>
span { border-color: #711ADE; }
span { border-color: rgb(113,26,222); }
td.TdClassName
{
border-color: #711ADE;
}
.TagClassName
{
border-color: #711ADE;
}
</style>