Shades of Dark Violet #7108CE
Tints of Dark Violet #7108CE
RGB
CMYK
RGB Variations
Color information
#7108CE (or 0x7108CE) is known color: Dark Violet. HEX triplet: 71, 08 and CE. RGB value is (113,8,206). Sum of RGB (Red+Green+Blue) = 113+8+206=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7108CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108CE is #8EF731. Grayscale: #3D3D3D. Windows color (decimal): -9369394 or 13502577. OLE color: 13502577.
HSL color Cylindrical-coordinate representation of color #7108CE: hue angle of 271.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108CE is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 8 | 206 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.19 |
| HSL | 271.82º | 0.93% | 0.42% | - |
| HSV(B) | 271.82º | 0.96% | 0.81% | - |
| XYZ | 18.04 | 8.14 | 59.01 | - |
| YUV | 61.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 206 | 0.45 | 0.96 | 0 | 0.19 | 271.82 | 0.93 | 0.42 |
| Hex | 71 | 8 | CE | 2D | 60 | 0 | 13 | 110 | 5D | 2A |
| Octal | 161 | 10 | 316 | 55 | 140 | 0 | 23 | 420 | 135 | 52 |
| Binary | 1110001 | 1000 | 11001110 | 101101 | 1100000 | 0 | 10011 | 100010000 | 1011101 | 101010 |
Color Harmonies of #7108CE
Complementary color
Monochromatic Colors of #7108CE
Black with #7108CE
Text Example
Text Example
White with #7108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7108CE; }
p { color: rgb(113,8,206); }
H1.HeaderClassName
{
color: #7108CE;
}
.AnyTagClassName
{
color: #7108CE;
}
</style>
background-color css
<style>
a { background-color: #7108CE; }
a { background-color: rgb(113,8,206); }
div.DivClassName
{
background-color: #7108CE;
}
.BgClassName
{
background-color: #7108CE;
}
</style>
border-color css
<style>
span { border-color: #7108CE; }
span { border-color: rgb(113,8,206); }
td.TdClassName
{
border-color: #7108CE;
}
.TagClassName
{
border-color: #7108CE;
}
</style>