Shades of Dark Violet #7100CC
Tints of Dark Violet #7100CC
RGB
CMYK
RGB Variations
Color information
#7100CC (or 0x7100CC) is known color: Dark Violet. HEX triplet: 71, 00 and CC. RGB value is (113,0,204). Sum of RGB (Red+Green+Blue) = 113+0+204=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #7100CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100CC is #8EFF33. Grayscale: #383838. Windows color (decimal): -9371444 or 13369457. OLE color: 13369457.
HSL color Cylindrical-coordinate representation of color #7100CC: hue angle of 273.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100CC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 0 | 204 | - |
| CMYK | 0.45 | 1 | 0 | 0.2 |
| HSL | 273.24º | 1% | 0.4% | - |
| HSV(B) | 273.24º | 1% | 0.8% | - |
| XYZ | 17.71 | 7.87 | 57.71 | - |
| YUV | 57.04 | 210.94 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 204 | 0.45 | 1 | 0 | 0.2 | 273.24 | 1 | 0.4 |
| Hex | 71 | 0 | CC | 2D | 64 | 0 | 14 | 111 | 64 | 28 |
| Octal | 161 | 0 | 314 | 55 | 144 | 0 | 24 | 421 | 144 | 50 |
| Binary | 1110001 | 0 | 11001100 | 101101 | 1100100 | 0 | 10100 | 100010001 | 1100100 | 101000 |
Color Harmonies of #7100CC
Complementary color
Monochromatic Colors of #7100CC
Black with #7100CC
Text Example
Text Example
White with #7100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100CC; }
p { color: rgb(113,0,204); }
H1.HeaderClassName
{
color: #7100CC;
}
.AnyTagClassName
{
color: #7100CC;
}
</style>
background-color css
<style>
a { background-color: #7100CC; }
a { background-color: rgb(113,0,204); }
div.DivClassName
{
background-color: #7100CC;
}
.BgClassName
{
background-color: #7100CC;
}
</style>
border-color css
<style>
span { border-color: #7100CC; }
span { border-color: rgb(113,0,204); }
td.TdClassName
{
border-color: #7100CC;
}
.TagClassName
{
border-color: #7100CC;
}
</style>