Shades of Dark Violet #7A0FCD
Tints of Dark Violet #7A0FCD
RGB
CMYK
RGB Variations
Color information
#7A0FCD (or 0x7A0FCD) is known color: Dark Violet. HEX triplet: 7A, 0F and CD. RGB value is (122,15,205). Sum of RGB (Red+Green+Blue) = 122+15+205=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A0FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0FCD is #85F032. Grayscale: #444444. Windows color (decimal): -8777779 or 13438842. OLE color: 13438842.
HSL color Cylindrical-coordinate representation of color #7A0FCD: hue angle of 273.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0FCD is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 15 | 205 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.20 |
| HSL | 273.79º | 0.86% | 0.43% | - |
| HSV(B) | 273.79º | 0.93% | 0.8% | - |
| XYZ | 19.22 | 8.89 | 58.46 | - |
| YUV | 68.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 205 | 0.40 | 0.93 | 0 | 0.20 | 273.79 | 0.86 | 0.43 |
| Hex | 7A | F | CD | 28 | 5D | 0 | 14 | 112 | 56 | 2B |
| Octal | 172 | 17 | 315 | 50 | 135 | 0 | 24 | 422 | 126 | 53 |
| Binary | 1111010 | 1111 | 11001101 | 101000 | 1011101 | 0 | 10100 | 100010010 | 1010110 | 101011 |
Color Harmonies of #7A0FCD
Complementary color
Monochromatic Colors of #7A0FCD
Black with #7A0FCD
Text Example
Text Example
White with #7A0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FCD; }
p { color: rgb(122,15,205); }
H1.HeaderClassName
{
color: #7A0FCD;
}
.AnyTagClassName
{
color: #7A0FCD;
}
</style>
background-color css
<style>
a { background-color: #7A0FCD; }
a { background-color: rgb(122,15,205); }
div.DivClassName
{
background-color: #7A0FCD;
}
.BgClassName
{
background-color: #7A0FCD;
}
</style>
border-color css
<style>
span { border-color: #7A0FCD; }
span { border-color: rgb(122,15,205); }
td.TdClassName
{
border-color: #7A0FCD;
}
.TagClassName
{
border-color: #7A0FCD;
}
</style>