Shades of Dark Violet #7A00CA
Tints of Dark Violet #7A00CA
RGB
CMYK
RGB Variations
Color information
#7A00CA (or 0x7A00CA) is known color: Dark Violet. HEX triplet: 7A, 00 and CA. RGB value is (122,0,202). Sum of RGB (Red+Green+Blue) = 122+0+202=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A00CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00CA is #85FF35. Grayscale: #3A3A3A. Windows color (decimal): -8781622 or 13238394. OLE color: 13238394.
HSL color Cylindrical-coordinate representation of color #7A00CA: hue angle of 276.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00CA is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 0 | 202 | - |
| CMYK | 0.40 | 1 | 0 | 0.21 |
| HSL | 276.24º | 1% | 0.4% | - |
| HSV(B) | 276.24º | 1% | 0.79% | - |
| XYZ | 18.69 | 8.4 | 56.51 | - |
| YUV | 59.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 202 | 0.40 | 1 | 0 | 0.21 | 276.24 | 1 | 0.4 |
| Hex | 7A | 0 | CA | 28 | 64 | 0 | 15 | 114 | 64 | 28 |
| Octal | 172 | 0 | 312 | 50 | 144 | 0 | 25 | 424 | 144 | 50 |
| Binary | 1111010 | 0 | 11001010 | 101000 | 1100100 | 0 | 10101 | 100010100 | 1100100 | 101000 |
Color Harmonies of #7A00CA
Complementary color
Monochromatic Colors of #7A00CA
Black with #7A00CA
Text Example
Text Example
White with #7A00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00CA; }
p { color: rgb(122,0,202); }
H1.HeaderClassName
{
color: #7A00CA;
}
.AnyTagClassName
{
color: #7A00CA;
}
</style>
background-color css
<style>
a { background-color: #7A00CA; }
a { background-color: rgb(122,0,202); }
div.DivClassName
{
background-color: #7A00CA;
}
.BgClassName
{
background-color: #7A00CA;
}
</style>
border-color css
<style>
span { border-color: #7A00CA; }
span { border-color: rgb(122,0,202); }
td.TdClassName
{
border-color: #7A00CA;
}
.TagClassName
{
border-color: #7A00CA;
}
</style>