Shades of Blue Violet #711DDC
Tints of Blue Violet #711DDC
RGB
CMYK
RGB Variations
Color information
#711DDC (or 0x711DDC) is known color: Blue Violet. HEX triplet: 71, 1D and DC. RGB value is (113,29,220). Sum of RGB (Red+Green+Blue) = 113+29+220=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #711DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DDC is #8EE223. Grayscale: #4B4B4B. Windows color (decimal): -9364004 or 14425457. OLE color: 14425457.
HSL color Cylindrical-coordinate representation of color #711DDC: hue angle of 266.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711DDC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 29 | 220 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.14 |
| HSL | 266.39º | 0.77% | 0.49% | - |
| HSV(B) | 266.39º | 0.87% | 0.86% | - |
| XYZ | 20.17 | 9.56 | 68.49 | - |
| YUV | 75.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 220 | 0.49 | 0.87 | 0 | 0.14 | 266.39 | 0.77 | 0.49 |
| Hex | 71 | 1D | DC | 31 | 57 | 0 | E | 10A | 4D | 31 |
| Octal | 161 | 35 | 334 | 61 | 127 | 0 | 16 | 412 | 115 | 61 |
| Binary | 1110001 | 11101 | 11011100 | 110001 | 1010111 | 0 | 1110 | 100001010 | 1001101 | 110001 |
Color Harmonies of #711DDC
Complementary color
Monochromatic Colors of #711DDC
Black with #711DDC
Text Example
Text Example
White with #711DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DDC; }
p { color: rgb(113,29,220); }
H1.HeaderClassName
{
color: #711DDC;
}
.AnyTagClassName
{
color: #711DDC;
}
</style>
background-color css
<style>
a { background-color: #711DDC; }
a { background-color: rgb(113,29,220); }
div.DivClassName
{
background-color: #711DDC;
}
.BgClassName
{
background-color: #711DDC;
}
</style>
border-color css
<style>
span { border-color: #711DDC; }
span { border-color: rgb(113,29,220); }
td.TdClassName
{
border-color: #711DDC;
}
.TagClassName
{
border-color: #711DDC;
}
</style>