Shades of Dark Violet #7001CA
Tints of Dark Violet #7001CA
RGB
CMYK
RGB Variations
Color information
#7001CA (or 0x7001CA) is known color: Dark Violet. HEX triplet: 70, 01 and CA. RGB value is (112,1,202). Sum of RGB (Red+Green+Blue) = 112+1+202=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #7001CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001CA is #8FFE35. Grayscale: #383838. Windows color (decimal): -9436726 or 13238640. OLE color: 13238640.
HSL color Cylindrical-coordinate representation of color #7001CA: hue angle of 273.13º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7001CA is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 1 | 202 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.21 |
| HSL | 273.13º | 0.99% | 0.4% | - |
| HSV(B) | 273.13º | 1% | 0.79% | - |
| XYZ | 17.35 | 7.73 | 56.45 | - |
| YUV | 57.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 202 | 0.45 | 1.00 | 0 | 0.21 | 273.13 | 0.99 | 0.4 |
| Hex | 70 | 1 | CA | 2D | 64 | 0 | 15 | 111 | 63 | 28 |
| Octal | 160 | 1 | 312 | 55 | 144 | 0 | 25 | 421 | 143 | 50 |
| Binary | 1110000 | 1 | 11001010 | 101101 | 1100100 | 0 | 10101 | 100010001 | 1100011 | 101000 |
Color Harmonies of #7001CA
Complementary color
Monochromatic Colors of #7001CA
Black with #7001CA
Text Example
Text Example
White with #7001CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7001CA; }
p { color: rgb(112,1,202); }
H1.HeaderClassName
{
color: #7001CA;
}
.AnyTagClassName
{
color: #7001CA;
}
</style>
background-color css
<style>
a { background-color: #7001CA; }
a { background-color: rgb(112,1,202); }
div.DivClassName
{
background-color: #7001CA;
}
.BgClassName
{
background-color: #7001CA;
}
</style>
border-color css
<style>
span { border-color: #7001CA; }
span { border-color: rgb(112,1,202); }
td.TdClassName
{
border-color: #7001CA;
}
.TagClassName
{
border-color: #7001CA;
}
</style>