Shades of Dark Violet #7100CE
Tints of Dark Violet #7100CE
RGB
CMYK
RGB Variations
Color information
#7100CE (or 0x7100CE) is known color: Dark Violet. HEX triplet: 71, 00 and CE. RGB value is (113,0,206). Sum of RGB (Red+Green+Blue) = 113+0+206=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #7100CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100CE is #8EFF31. Grayscale: #383838. Windows color (decimal): -9371442 or 13500529. OLE color: 13500529.
HSL color Cylindrical-coordinate representation of color #7100CE: hue angle of 272.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100CE is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 0 | 206 | - |
| CMYK | 0.45 | 1 | 0 | 0.19 |
| HSL | 272.91º | 1% | 0.4% | - |
| HSV(B) | 272.91º | 1% | 0.81% | - |
| XYZ | 17.95 | 7.97 | 58.98 | - |
| YUV | 57.27 | 211.94 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 206 | 0.45 | 1 | 0 | 0.19 | 272.91 | 1 | 0.4 |
| Hex | 71 | 0 | CE | 2D | 64 | 0 | 13 | 111 | 64 | 28 |
| Octal | 161 | 0 | 316 | 55 | 144 | 0 | 23 | 421 | 144 | 50 |
| Binary | 1110001 | 0 | 11001110 | 101101 | 1100100 | 0 | 10011 | 100010001 | 1100100 | 101000 |
Color Harmonies of #7100CE
Complementary color
Monochromatic Colors of #7100CE
Black with #7100CE
Text Example
Text Example
White with #7100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100CE; }
p { color: rgb(113,0,206); }
H1.HeaderClassName
{
color: #7100CE;
}
.AnyTagClassName
{
color: #7100CE;
}
</style>
background-color css
<style>
a { background-color: #7100CE; }
a { background-color: rgb(113,0,206); }
div.DivClassName
{
background-color: #7100CE;
}
.BgClassName
{
background-color: #7100CE;
}
</style>
border-color css
<style>
span { border-color: #7100CE; }
span { border-color: rgb(113,0,206); }
td.TdClassName
{
border-color: #7100CE;
}
.TagClassName
{
border-color: #7100CE;
}
</style>