Shades of Dark Violet #7101CE
Tints of Dark Violet #7101CE
RGB
CMYK
RGB Variations
Color information
#7101CE (or 0x7101CE) is known color: Dark Violet. HEX triplet: 71, 01 and CE. RGB value is (113,1,206). Sum of RGB (Red+Green+Blue) = 113+1+206=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #7101CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101CE is #8EFE31. Grayscale: #393939. Windows color (decimal): -9371186 or 13500785. OLE color: 13500785.
HSL color Cylindrical-coordinate representation of color #7101CE: hue angle of 272.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7101CE is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 1 | 206 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.19 |
| HSL | 272.78º | 0.99% | 0.41% | - |
| HSV(B) | 272.78º | 1% | 0.81% | - |
| XYZ | 17.96 | 7.99 | 58.99 | - |
| YUV | 57.86 | 211.61 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 206 | 0.45 | 1.00 | 0 | 0.19 | 272.78 | 0.99 | 0.41 |
| Hex | 71 | 1 | CE | 2D | 64 | 0 | 13 | 111 | 63 | 29 |
| Octal | 161 | 1 | 316 | 55 | 144 | 0 | 23 | 421 | 143 | 51 |
| Binary | 1110001 | 1 | 11001110 | 101101 | 1100100 | 0 | 10011 | 100010001 | 1100011 | 101001 |
Color Harmonies of #7101CE
Complementary color
Monochromatic Colors of #7101CE
Black with #7101CE
Text Example
Text Example
White with #7101CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101CE; }
p { color: rgb(113,1,206); }
H1.HeaderClassName
{
color: #7101CE;
}
.AnyTagClassName
{
color: #7101CE;
}
</style>
background-color css
<style>
a { background-color: #7101CE; }
a { background-color: rgb(113,1,206); }
div.DivClassName
{
background-color: #7101CE;
}
.BgClassName
{
background-color: #7101CE;
}
</style>
border-color css
<style>
span { border-color: #7101CE; }
span { border-color: rgb(113,1,206); }
td.TdClassName
{
border-color: #7101CE;
}
.TagClassName
{
border-color: #7101CE;
}
</style>