Shades of Blue Violet #711FDC
Tints of Blue Violet #711FDC
RGB
CMYK
RGB Variations
Color information
#711FDC (or 0x711FDC) is known color: Blue Violet. HEX triplet: 71, 1F and DC. RGB value is (113,31,220). Sum of RGB (Red+Green+Blue) = 113+31+220=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #711FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FDC is #8EE023. Grayscale: #4C4C4C. Windows color (decimal): -9363492 or 14425969. OLE color: 14425969.
HSL color Cylindrical-coordinate representation of color #711FDC: hue angle of 266.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711FDC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 31 | 220 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.14 |
| HSL | 266.03º | 0.75% | 0.49% | - |
| HSV(B) | 266.03º | 0.86% | 0.86% | - |
| XYZ | 20.22 | 9.66 | 68.51 | - |
| YUV | 77.06 | 208.67 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 220 | 0.49 | 0.86 | 0 | 0.14 | 266.03 | 0.75 | 0.49 |
| Hex | 71 | 1F | DC | 31 | 56 | 0 | E | 10A | 4B | 31 |
| Octal | 161 | 37 | 334 | 61 | 126 | 0 | 16 | 412 | 113 | 61 |
| Binary | 1110001 | 11111 | 11011100 | 110001 | 1010110 | 0 | 1110 | 100001010 | 1001011 | 110001 |
Color Harmonies of #711FDC
Complementary color
Monochromatic Colors of #711FDC
Black with #711FDC
Text Example
Text Example
White with #711FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FDC; }
p { color: rgb(113,31,220); }
H1.HeaderClassName
{
color: #711FDC;
}
.AnyTagClassName
{
color: #711FDC;
}
</style>
background-color css
<style>
a { background-color: #711FDC; }
a { background-color: rgb(113,31,220); }
div.DivClassName
{
background-color: #711FDC;
}
.BgClassName
{
background-color: #711FDC;
}
</style>
border-color css
<style>
span { border-color: #711FDC; }
span { border-color: rgb(113,31,220); }
td.TdClassName
{
border-color: #711FDC;
}
.TagClassName
{
border-color: #711FDC;
}
</style>