Shades of Dark Violet #7A00CD
Tints of Dark Violet #7A00CD
RGB
CMYK
RGB Variations
Color information
#7A00CD (or 0x7A00CD) is known color: Dark Violet. HEX triplet: 7A, 00 and CD. RGB value is (122,0,205). Sum of RGB (Red+Green+Blue) = 122+0+205=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00CD is #85FF32. Grayscale: #3B3B3B. Windows color (decimal): -8781619 or 13435002. OLE color: 13435002.
HSL color Cylindrical-coordinate representation of color #7A00CD: hue angle of 275.71º 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 #7A00CD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 0 | 205 | - |
| CMYK | 0.40 | 1 | 0 | 0.20 |
| HSL | 275.71º | 1% | 0.4% | - |
| HSV(B) | 275.71º | 1% | 0.8% | - |
| XYZ | 19.05 | 8.55 | 58.4 | - |
| YUV | 59.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 205 | 0.40 | 1 | 0 | 0.20 | 275.71 | 1 | 0.4 |
| Hex | 7A | 0 | CD | 28 | 64 | 0 | 14 | 114 | 64 | 28 |
| Octal | 172 | 0 | 315 | 50 | 144 | 0 | 24 | 424 | 144 | 50 |
| Binary | 1111010 | 0 | 11001101 | 101000 | 1100100 | 0 | 10100 | 100010100 | 1100100 | 101000 |
Color Harmonies of #7A00CD
Complementary color
Monochromatic Colors of #7A00CD
Black with #7A00CD
Text Example
Text Example
White with #7A00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00CD; }
p { color: rgb(122,0,205); }
H1.HeaderClassName
{
color: #7A00CD;
}
.AnyTagClassName
{
color: #7A00CD;
}
</style>
background-color css
<style>
a { background-color: #7A00CD; }
a { background-color: rgb(122,0,205); }
div.DivClassName
{
background-color: #7A00CD;
}
.BgClassName
{
background-color: #7A00CD;
}
</style>
border-color css
<style>
span { border-color: #7A00CD; }
span { border-color: rgb(122,0,205); }
td.TdClassName
{
border-color: #7A00CD;
}
.TagClassName
{
border-color: #7A00CD;
}
</style>