Shades of Dark Violet #7A00CC
Tints of Dark Violet #7A00CC
RGB
CMYK
RGB Variations
Color information
#7A00CC (or 0x7A00CC) is known color: Dark Violet. HEX triplet: 7A, 00 and CC. RGB value is (122,0,204). Sum of RGB (Red+Green+Blue) = 122+0+204=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00CC is #85FF33. Grayscale: #3B3B3B. Windows color (decimal): -8781620 or 13369466. OLE color: 13369466.
HSL color Cylindrical-coordinate representation of color #7A00CC: hue angle of 275.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00CC is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 0 | 204 | - |
| CMYK | 0.40 | 1 | 0 | 0.2 |
| HSL | 275.88º | 1% | 0.4% | - |
| HSV(B) | 275.88º | 1% | 0.8% | - |
| XYZ | 18.93 | 8.5 | 57.77 | - |
| YUV | 59.73 | 209.42 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 204 | 0.40 | 1 | 0 | 0.2 | 275.88 | 1 | 0.4 |
| Hex | 7A | 0 | CC | 28 | 64 | 0 | 14 | 114 | 64 | 28 |
| Octal | 172 | 0 | 314 | 50 | 144 | 0 | 24 | 424 | 144 | 50 |
| Binary | 1111010 | 0 | 11001100 | 101000 | 1100100 | 0 | 10100 | 100010100 | 1100100 | 101000 |
Color Harmonies of #7A00CC
Complementary color
Monochromatic Colors of #7A00CC
Black with #7A00CC
Text Example
Text Example
White with #7A00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00CC; }
p { color: rgb(122,0,204); }
H1.HeaderClassName
{
color: #7A00CC;
}
.AnyTagClassName
{
color: #7A00CC;
}
</style>
background-color css
<style>
a { background-color: #7A00CC; }
a { background-color: rgb(122,0,204); }
div.DivClassName
{
background-color: #7A00CC;
}
.BgClassName
{
background-color: #7A00CC;
}
</style>
border-color css
<style>
span { border-color: #7A00CC; }
span { border-color: rgb(122,0,204); }
td.TdClassName
{
border-color: #7A00CC;
}
.TagClassName
{
border-color: #7A00CC;
}
</style>