Shades of Dark Violet #7103CE
Tints of Dark Violet #7103CE
RGB
CMYK
RGB Variations
Color information
#7103CE (or 0x7103CE) is known color: Dark Violet. HEX triplet: 71, 03 and CE. RGB value is (113,3,206). Sum of RGB (Red+Green+Blue) = 113+3+206=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #7103CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103CE is #8EFC31. Grayscale: #3A3A3A. Windows color (decimal): -9370674 or 13501297. OLE color: 13501297.
HSL color Cylindrical-coordinate representation of color #7103CE: hue angle of 272.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7103CE is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 3 | 206 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.19 |
| HSL | 272.51º | 0.97% | 0.41% | - |
| HSV(B) | 272.51º | 0.99% | 0.81% | - |
| XYZ | 17.98 | 8.03 | 59 | - |
| YUV | 59.03 | 210.94 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 206 | 0.45 | 0.99 | 0 | 0.19 | 272.51 | 0.97 | 0.41 |
| Hex | 71 | 3 | CE | 2D | 63 | 0 | 13 | 111 | 61 | 29 |
| Octal | 161 | 3 | 316 | 55 | 143 | 0 | 23 | 421 | 141 | 51 |
| Binary | 1110001 | 11 | 11001110 | 101101 | 1100011 | 0 | 10011 | 100010001 | 1100001 | 101001 |
Color Harmonies of #7103CE
Complementary color
Monochromatic Colors of #7103CE
Black with #7103CE
Text Example
Text Example
White with #7103CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103CE; }
p { color: rgb(113,3,206); }
H1.HeaderClassName
{
color: #7103CE;
}
.AnyTagClassName
{
color: #7103CE;
}
</style>
background-color css
<style>
a { background-color: #7103CE; }
a { background-color: rgb(113,3,206); }
div.DivClassName
{
background-color: #7103CE;
}
.BgClassName
{
background-color: #7103CE;
}
</style>
border-color css
<style>
span { border-color: #7103CE; }
span { border-color: rgb(113,3,206); }
td.TdClassName
{
border-color: #7103CE;
}
.TagClassName
{
border-color: #7103CE;
}
</style>