Shades of Dark Violet #710BD8
Tints of Dark Violet #710BD8
RGB
CMYK
RGB Variations
Color information
#710BD8 (or 0x710BD8) is known color: Dark Violet. HEX triplet: 71, 0B and D8. RGB value is (113,11,216). Sum of RGB (Red+Green+Blue) = 113+11+216=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #710BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BD8 is #8EF427. Grayscale: #404040. Windows color (decimal): -9368616 or 14158705. OLE color: 14158705.
HSL color Cylindrical-coordinate representation of color #710BD8: hue angle of 269.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BD8 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 11 | 216 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.15 |
| HSL | 269.85º | 0.9% | 0.45% | - |
| HSV(B) | 269.85º | 0.95% | 0.85% | - |
| XYZ | 19.32 | 8.71 | 65.63 | - |
| YUV | 64.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 216 | 0.48 | 0.95 | 0 | 0.15 | 269.85 | 0.9 | 0.45 |
| Hex | 71 | B | D8 | 30 | 5F | 0 | F | 10E | 5A | 2D |
| Octal | 161 | 13 | 330 | 60 | 137 | 0 | 17 | 416 | 132 | 55 |
| Binary | 1110001 | 1011 | 11011000 | 110000 | 1011111 | 0 | 1111 | 100001110 | 1011010 | 101101 |
Color Harmonies of #710BD8
Complementary color
Monochromatic Colors of #710BD8
Black with #710BD8
Text Example
Text Example
White with #710BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BD8; }
p { color: rgb(113,11,216); }
H1.HeaderClassName
{
color: #710BD8;
}
.AnyTagClassName
{
color: #710BD8;
}
</style>
background-color css
<style>
a { background-color: #710BD8; }
a { background-color: rgb(113,11,216); }
div.DivClassName
{
background-color: #710BD8;
}
.BgClassName
{
background-color: #710BD8;
}
</style>
border-color css
<style>
span { border-color: #710BD8; }
span { border-color: rgb(113,11,216); }
td.TdClassName
{
border-color: #710BD8;
}
.TagClassName
{
border-color: #710BD8;
}
</style>