Shades of Blue Violet #711BDE
Tints of Blue Violet #711BDE
RGB
CMYK
RGB Variations
Color information
#711BDE (or 0x711BDE) is known color: Blue Violet. HEX triplet: 71, 1B and DE. RGB value is (113,27,222). Sum of RGB (Red+Green+Blue) = 113+27+222=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 27 (10.94% from 255 or 7.46% 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 #711BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BDE is #8EE421. Grayscale: #4A4A4A. Windows color (decimal): -9364514 or 14556017. OLE color: 14556017.
HSL color Cylindrical-coordinate representation of color #711BDE: hue angle of 266.46º degrees, saturation: 0.78, 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 #711BDE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 27 | 222 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.13 |
| HSL | 266.46º | 0.78% | 0.49% | - |
| HSV(B) | 266.46º | 0.88% | 0.87% | - |
| XYZ | 20.39 | 9.57 | 69.88 | - |
| YUV | 74.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 222 | 0.49 | 0.88 | 0 | 0.13 | 266.46 | 0.78 | 0.49 |
| Hex | 71 | 1B | DE | 31 | 58 | 0 | D | 10A | 4E | 31 |
| Octal | 161 | 33 | 336 | 61 | 130 | 0 | 15 | 412 | 116 | 61 |
| Binary | 1110001 | 11011 | 11011110 | 110001 | 1011000 | 0 | 1101 | 100001010 | 1001110 | 110001 |
Color Harmonies of #711BDE
Complementary color
Monochromatic Colors of #711BDE
Black with #711BDE
Text Example
Text Example
White with #711BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BDE; }
p { color: rgb(113,27,222); }
H1.HeaderClassName
{
color: #711BDE;
}
.AnyTagClassName
{
color: #711BDE;
}
</style>
background-color css
<style>
a { background-color: #711BDE; }
a { background-color: rgb(113,27,222); }
div.DivClassName
{
background-color: #711BDE;
}
.BgClassName
{
background-color: #711BDE;
}
</style>
border-color css
<style>
span { border-color: #711BDE; }
span { border-color: rgb(113,27,222); }
td.TdClassName
{
border-color: #711BDE;
}
.TagClassName
{
border-color: #711BDE;
}
</style>