Shades of Dark Violet #7C01CA
Tints of Dark Violet #7C01CA
RGB
CMYK
RGB Variations
Color information
#7C01CA (or 0x7C01CA) is known color: Dark Violet. HEX triplet: 7C, 01 and CA. RGB value is (124,1,202). Sum of RGB (Red+Green+Blue) = 124+1+202=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C01CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01CA is #83FE35. Grayscale: #3C3C3C. Windows color (decimal): -8650294 or 13238652. OLE color: 13238652.
HSL color Cylindrical-coordinate representation of color #7C01CA: hue angle of 276.72º 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 #7C01CA is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 1 | 202 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.21 |
| HSL | 276.72º | 0.99% | 0.4% | - |
| HSV(B) | 276.72º | 1% | 0.79% | - |
| XYZ | 18.98 | 8.57 | 56.53 | - |
| YUV | 60.69 | 207.75 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 202 | 0.39 | 1.00 | 0 | 0.21 | 276.72 | 0.99 | 0.4 |
| Hex | 7C | 1 | CA | 27 | 64 | 0 | 15 | 115 | 63 | 28 |
| Octal | 174 | 1 | 312 | 47 | 144 | 0 | 25 | 425 | 143 | 50 |
| Binary | 1111100 | 1 | 11001010 | 100111 | 1100100 | 0 | 10101 | 100010101 | 1100011 | 101000 |
Color Harmonies of #7C01CA
Complementary color
Monochromatic Colors of #7C01CA
Black with #7C01CA
Text Example
Text Example
White with #7C01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C01CA; }
p { color: rgb(124,1,202); }
H1.HeaderClassName
{
color: #7C01CA;
}
.AnyTagClassName
{
color: #7C01CA;
}
</style>
background-color css
<style>
a { background-color: #7C01CA; }
a { background-color: rgb(124,1,202); }
div.DivClassName
{
background-color: #7C01CA;
}
.BgClassName
{
background-color: #7C01CA;
}
</style>
border-color css
<style>
span { border-color: #7C01CA; }
span { border-color: rgb(124,1,202); }
td.TdClassName
{
border-color: #7C01CA;
}
.TagClassName
{
border-color: #7C01CA;
}
</style>