Shades of Blue Violet #711EDF
Tints of Blue Violet #711EDF
RGB
CMYK
RGB Variations
Color information
#711EDF (or 0x711EDF) is known color: Blue Violet. HEX triplet: 71, 1E and DF. RGB value is (113,30,223). Sum of RGB (Red+Green+Blue) = 113+30+223=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #711EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EDF is #8EE120. Grayscale: #4C4C4C. Windows color (decimal): -9363745 or 14622321. OLE color: 14622321.
HSL color Cylindrical-coordinate representation of color #711EDF: hue angle of 265.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711EDF is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 30 | 223 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.13 |
| HSL | 265.8º | 0.76% | 0.5% | - |
| HSV(B) | 265.8º | 0.87% | 0.87% | - |
| XYZ | 20.59 | 9.77 | 70.61 | - |
| YUV | 76.82 | 210.5 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 223 | 0.49 | 0.87 | 0 | 0.13 | 265.8 | 0.76 | 0.5 |
| Hex | 71 | 1E | DF | 31 | 57 | 0 | D | 10A | 4C | 32 |
| Octal | 161 | 36 | 337 | 61 | 127 | 0 | 15 | 412 | 114 | 62 |
| Binary | 1110001 | 11110 | 11011111 | 110001 | 1010111 | 0 | 1101 | 100001010 | 1001100 | 110010 |
Color Harmonies of #711EDF
Complementary color
Monochromatic Colors of #711EDF
Black with #711EDF
Text Example
Text Example
White with #711EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711EDF; }
p { color: rgb(113,30,223); }
H1.HeaderClassName
{
color: #711EDF;
}
.AnyTagClassName
{
color: #711EDF;
}
</style>
background-color css
<style>
a { background-color: #711EDF; }
a { background-color: rgb(113,30,223); }
div.DivClassName
{
background-color: #711EDF;
}
.BgClassName
{
background-color: #711EDF;
}
</style>
border-color css
<style>
span { border-color: #711EDF; }
span { border-color: rgb(113,30,223); }
td.TdClassName
{
border-color: #711EDF;
}
.TagClassName
{
border-color: #711EDF;
}
</style>