Shades of Dark Violet #710ACE
Tints of Dark Violet #710ACE
RGB
CMYK
RGB Variations
Color information
#710ACE (or 0x710ACE) is known color: Dark Violet. HEX triplet: 71, 0A and CE. RGB value is (113,10,206). Sum of RGB (Red+Green+Blue) = 113+10+206=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #710ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ACE is #8EF531. Grayscale: #3E3E3E. Windows color (decimal): -9368882 or 13503089. OLE color: 13503089.
HSL color Cylindrical-coordinate representation of color #710ACE: hue angle of 271.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710ACE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 10 | 206 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.19 |
| HSL | 271.53º | 0.91% | 0.42% | - |
| HSV(B) | 271.53º | 0.95% | 0.81% | - |
| XYZ | 18.06 | 8.18 | 59.02 | - |
| YUV | 63.14 | 208.62 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 206 | 0.45 | 0.95 | 0 | 0.19 | 271.53 | 0.91 | 0.42 |
| Hex | 71 | A | CE | 2D | 5F | 0 | 13 | 110 | 5B | 2A |
| Octal | 161 | 12 | 316 | 55 | 137 | 0 | 23 | 420 | 133 | 52 |
| Binary | 1110001 | 1010 | 11001110 | 101101 | 1011111 | 0 | 10011 | 100010000 | 1011011 | 101010 |
Color Harmonies of #710ACE
Complementary color
Monochromatic Colors of #710ACE
Black with #710ACE
Text Example
Text Example
White with #710ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710ACE; }
p { color: rgb(113,10,206); }
H1.HeaderClassName
{
color: #710ACE;
}
.AnyTagClassName
{
color: #710ACE;
}
</style>
background-color css
<style>
a { background-color: #710ACE; }
a { background-color: rgb(113,10,206); }
div.DivClassName
{
background-color: #710ACE;
}
.BgClassName
{
background-color: #710ACE;
}
</style>
border-color css
<style>
span { border-color: #710ACE; }
span { border-color: rgb(113,10,206); }
td.TdClassName
{
border-color: #710ACE;
}
.TagClassName
{
border-color: #710ACE;
}
</style>