Shades of Dark Violet #7003CC
Tints of Dark Violet #7003CC
RGB
CMYK
RGB Variations
Color information
#7003CC (or 0x7003CC) is known color: Dark Violet. HEX triplet: 70, 03 and CC. RGB value is (112,3,204). Sum of RGB (Red+Green+Blue) = 112+3+204=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #7003CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003CC is #8FFC33. Grayscale: #393939. Windows color (decimal): -9436212 or 13370224. OLE color: 13370224.
HSL color Cylindrical-coordinate representation of color #7003CC: hue angle of 272.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003CC is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 3 | 204 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.2 |
| HSL | 272.54º | 0.97% | 0.41% | - |
| HSV(B) | 272.54º | 0.99% | 0.8% | - |
| XYZ | 17.61 | 7.87 | 57.72 | - |
| YUV | 58.51 | 210.11 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 204 | 0.45 | 0.99 | 0 | 0.2 | 272.54 | 0.97 | 0.41 |
| Hex | 70 | 3 | CC | 2D | 63 | 0 | 14 | 111 | 61 | 29 |
| Octal | 160 | 3 | 314 | 55 | 143 | 0 | 24 | 421 | 141 | 51 |
| Binary | 1110000 | 11 | 11001100 | 101101 | 1100011 | 0 | 10100 | 100010001 | 1100001 | 101001 |
Color Harmonies of #7003CC
Complementary color
Monochromatic Colors of #7003CC
Black with #7003CC
Text Example
Text Example
White with #7003CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003CC; }
p { color: rgb(112,3,204); }
H1.HeaderClassName
{
color: #7003CC;
}
.AnyTagClassName
{
color: #7003CC;
}
</style>
background-color css
<style>
a { background-color: #7003CC; }
a { background-color: rgb(112,3,204); }
div.DivClassName
{
background-color: #7003CC;
}
.BgClassName
{
background-color: #7003CC;
}
</style>
border-color css
<style>
span { border-color: #7003CC; }
span { border-color: rgb(112,3,204); }
td.TdClassName
{
border-color: #7003CC;
}
.TagClassName
{
border-color: #7003CC;
}
</style>