Shades of Dark Violet #7003CA
Tints of Dark Violet #7003CA
RGB
CMYK
RGB Variations
Color information
#7003CA (or 0x7003CA) is known color: Dark Violet. HEX triplet: 70, 03 and CA. RGB value is (112,3,202). Sum of RGB (Red+Green+Blue) = 112+3+202=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #7003CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003CA is #8FFC35. Grayscale: #393939. Windows color (decimal): -9436214 or 13239152. OLE color: 13239152.
HSL color Cylindrical-coordinate representation of color #7003CA: hue angle of 272.86º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003CA is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 3 | 202 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.21 |
| HSL | 272.86º | 0.97% | 0.4% | - |
| HSV(B) | 272.86º | 0.99% | 0.79% | - |
| XYZ | 17.38 | 7.77 | 56.46 | - |
| YUV | 58.28 | 209.11 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 202 | 0.45 | 0.99 | 0 | 0.21 | 272.86 | 0.97 | 0.4 |
| Hex | 70 | 3 | CA | 2D | 63 | 0 | 15 | 111 | 61 | 28 |
| Octal | 160 | 3 | 312 | 55 | 143 | 0 | 25 | 421 | 141 | 50 |
| Binary | 1110000 | 11 | 11001010 | 101101 | 1100011 | 0 | 10101 | 100010001 | 1100001 | 101000 |
Color Harmonies of #7003CA
Complementary color
Monochromatic Colors of #7003CA
Black with #7003CA
Text Example
Text Example
White with #7003CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003CA; }
p { color: rgb(112,3,202); }
H1.HeaderClassName
{
color: #7003CA;
}
.AnyTagClassName
{
color: #7003CA;
}
</style>
background-color css
<style>
a { background-color: #7003CA; }
a { background-color: rgb(112,3,202); }
div.DivClassName
{
background-color: #7003CA;
}
.BgClassName
{
background-color: #7003CA;
}
</style>
border-color css
<style>
span { border-color: #7003CA; }
span { border-color: rgb(112,3,202); }
td.TdClassName
{
border-color: #7003CA;
}
.TagClassName
{
border-color: #7003CA;
}
</style>