Shades of Dark Violet #7000CC
Tints of Dark Violet #7000CC
RGB
CMYK
RGB Variations
Color information
#7000CC (or 0x7000CC) is known color: Dark Violet. HEX triplet: 70, 00 and CC. RGB value is (112,0,204). Sum of RGB (Red+Green+Blue) = 112+0+204=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #7000CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CC is #8FFF33. Grayscale: #383838. Windows color (decimal): -9436980 or 13369456. OLE color: 13369456.
HSL color Cylindrical-coordinate representation of color #7000CC: hue angle of 272.94º 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 #7000CC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 0 | 204 | - |
| CMYK | 0.45 | 1 | 0 | 0.2 |
| HSL | 272.94º | 1% | 0.4% | - |
| HSV(B) | 272.94º | 1% | 0.8% | - |
| XYZ | 17.58 | 7.8 | 57.71 | - |
| YUV | 56.74 | 211.11 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 204 | 0.45 | 1 | 0 | 0.2 | 272.94 | 1 | 0.4 |
| Hex | 70 | 0 | CC | 2D | 64 | 0 | 14 | 111 | 64 | 28 |
| Octal | 160 | 0 | 314 | 55 | 144 | 0 | 24 | 421 | 144 | 50 |
| Binary | 1110000 | 0 | 11001100 | 101101 | 1100100 | 0 | 10100 | 100010001 | 1100100 | 101000 |
Color Harmonies of #7000CC
Complementary color
Monochromatic Colors of #7000CC
Black with #7000CC
Text Example
Text Example
White with #7000CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000CC; }
p { color: rgb(112,0,204); }
H1.HeaderClassName
{
color: #7000CC;
}
.AnyTagClassName
{
color: #7000CC;
}
</style>
background-color css
<style>
a { background-color: #7000CC; }
a { background-color: rgb(112,0,204); }
div.DivClassName
{
background-color: #7000CC;
}
.BgClassName
{
background-color: #7000CC;
}
</style>
border-color css
<style>
span { border-color: #7000CC; }
span { border-color: rgb(112,0,204); }
td.TdClassName
{
border-color: #7000CC;
}
.TagClassName
{
border-color: #7000CC;
}
</style>