Shades of Blue Violet #711BDA
Tints of Blue Violet #711BDA
RGB
CMYK
RGB Variations
Color information
#711BDA (or 0x711BDA) is known color: Blue Violet. HEX triplet: 71, 1B and DA. RGB value is (113,27,218). Sum of RGB (Red+Green+Blue) = 113+27+218=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #711BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BDA is #8EE425. Grayscale: #494949. Windows color (decimal): -9364518 or 14293873. OLE color: 14293873.
HSL color Cylindrical-coordinate representation of color #711BDA: hue angle of 267.02º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BDA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 27 | 218 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.15 |
| HSL | 267.02º | 0.78% | 0.48% | - |
| HSV(B) | 267.02º | 0.88% | 0.85% | - |
| XYZ | 19.86 | 9.36 | 67.09 | - |
| YUV | 74.49 | 208.99 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 218 | 0.48 | 0.88 | 0 | 0.15 | 267.02 | 0.78 | 0.48 |
| Hex | 71 | 1B | DA | 30 | 58 | 0 | F | 10B | 4E | 30 |
| Octal | 161 | 33 | 332 | 60 | 130 | 0 | 17 | 413 | 116 | 60 |
| Binary | 1110001 | 11011 | 11011010 | 110000 | 1011000 | 0 | 1111 | 100001011 | 1001110 | 110000 |
Color Harmonies of #711BDA
Complementary color
Monochromatic Colors of #711BDA
Black with #711BDA
Text Example
Text Example
White with #711BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BDA; }
p { color: rgb(113,27,218); }
H1.HeaderClassName
{
color: #711BDA;
}
.AnyTagClassName
{
color: #711BDA;
}
</style>
background-color css
<style>
a { background-color: #711BDA; }
a { background-color: rgb(113,27,218); }
div.DivClassName
{
background-color: #711BDA;
}
.BgClassName
{
background-color: #711BDA;
}
</style>
border-color css
<style>
span { border-color: #711BDA; }
span { border-color: rgb(113,27,218); }
td.TdClassName
{
border-color: #711BDA;
}
.TagClassName
{
border-color: #711BDA;
}
</style>