Shades of Dark Violet #7A07CD
Tints of Dark Violet #7A07CD
RGB
CMYK
RGB Variations
Color information
#7A07CD (or 0x7A07CD) is known color: Dark Violet. HEX triplet: 7A, 07 and CD. RGB value is (122,7,205). Sum of RGB (Red+Green+Blue) = 122+7+205=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A07CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07CD is #85F832. Grayscale: #3F3F3F. Windows color (decimal): -8779827 or 13436794. OLE color: 13436794.
HSL color Cylindrical-coordinate representation of color #7A07CD: hue angle of 274.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07CD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 7 | 205 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.20 |
| HSL | 274.85º | 0.93% | 0.42% | - |
| HSV(B) | 274.85º | 0.97% | 0.8% | - |
| XYZ | 19.12 | 8.7 | 58.43 | - |
| YUV | 63.96 | 207.6 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 205 | 0.40 | 0.97 | 0 | 0.20 | 274.85 | 0.93 | 0.42 |
| Hex | 7A | 7 | CD | 28 | 61 | 0 | 14 | 113 | 5D | 2A |
| Octal | 172 | 7 | 315 | 50 | 141 | 0 | 24 | 423 | 135 | 52 |
| Binary | 1111010 | 111 | 11001101 | 101000 | 1100001 | 0 | 10100 | 100010011 | 1011101 | 101010 |
Color Harmonies of #7A07CD
Complementary color
Monochromatic Colors of #7A07CD
Black with #7A07CD
Text Example
Text Example
White with #7A07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07CD; }
p { color: rgb(122,7,205); }
H1.HeaderClassName
{
color: #7A07CD;
}
.AnyTagClassName
{
color: #7A07CD;
}
</style>
background-color css
<style>
a { background-color: #7A07CD; }
a { background-color: rgb(122,7,205); }
div.DivClassName
{
background-color: #7A07CD;
}
.BgClassName
{
background-color: #7A07CD;
}
</style>
border-color css
<style>
span { border-color: #7A07CD; }
span { border-color: rgb(122,7,205); }
td.TdClassName
{
border-color: #7A07CD;
}
.TagClassName
{
border-color: #7A07CD;
}
</style>