Shades of Blue Violet #711CDA
Tints of Blue Violet #711CDA
RGB
CMYK
RGB Variations
Color information
#711CDA (or 0x711CDA) is known color: Blue Violet. HEX triplet: 71, 1C and DA. RGB value is (113,28,218). Sum of RGB (Red+Green+Blue) = 113+28+218=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #711CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CDA is #8EE325. Grayscale: #4A4A4A. Windows color (decimal): -9364262 or 14294129. OLE color: 14294129.
HSL color Cylindrical-coordinate representation of color #711CDA: hue angle of 266.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711CDA is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 28 | 218 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.15 |
| HSL | 266.84º | 0.77% | 0.48% | - |
| HSV(B) | 266.84º | 0.87% | 0.85% | - |
| XYZ | 19.88 | 9.4 | 67.1 | - |
| YUV | 75.08 | 208.66 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 218 | 0.48 | 0.87 | 0 | 0.15 | 266.84 | 0.77 | 0.48 |
| Hex | 71 | 1C | DA | 30 | 57 | 0 | F | 10B | 4D | 30 |
| Octal | 161 | 34 | 332 | 60 | 127 | 0 | 17 | 413 | 115 | 60 |
| Binary | 1110001 | 11100 | 11011010 | 110000 | 1010111 | 0 | 1111 | 100001011 | 1001101 | 110000 |
Color Harmonies of #711CDA
Complementary color
Monochromatic Colors of #711CDA
Black with #711CDA
Text Example
Text Example
White with #711CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CDA; }
p { color: rgb(113,28,218); }
H1.HeaderClassName
{
color: #711CDA;
}
.AnyTagClassName
{
color: #711CDA;
}
</style>
background-color css
<style>
a { background-color: #711CDA; }
a { background-color: rgb(113,28,218); }
div.DivClassName
{
background-color: #711CDA;
}
.BgClassName
{
background-color: #711CDA;
}
</style>
border-color css
<style>
span { border-color: #711CDA; }
span { border-color: rgb(113,28,218); }
td.TdClassName
{
border-color: #711CDA;
}
.TagClassName
{
border-color: #711CDA;
}
</style>