Shades of Dark Violet #7A0CDF
Tints of Dark Violet #7A0CDF
RGB
CMYK
RGB Variations
Color information
#7A0CDF (or 0x7A0CDF) is known color: Dark Violet. HEX triplet: 7A, 0C and DF. RGB value is (122,12,223). Sum of RGB (Red+Green+Blue) = 122+12+223=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A0CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CDF is #85F320. Grayscale: #444444. Windows color (decimal): -8778529 or 14617722. OLE color: 14617722.
HSL color Cylindrical-coordinate representation of color #7A0CDF: hue angle of 271.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0CDF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 12 | 223 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.13 |
| HSL | 271.28º | 0.9% | 0.46% | - |
| HSV(B) | 271.28º | 0.95% | 0.87% | - |
| XYZ | 21.48 | 9.73 | 70.56 | - |
| YUV | 68.94 | 214.94 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 223 | 0.45 | 0.95 | 0 | 0.13 | 271.28 | 0.9 | 0.46 |
| Hex | 7A | C | DF | 2D | 5F | 0 | D | 10F | 5A | 2E |
| Octal | 172 | 14 | 337 | 55 | 137 | 0 | 15 | 417 | 132 | 56 |
| Binary | 1111010 | 1100 | 11011111 | 101101 | 1011111 | 0 | 1101 | 100001111 | 1011010 | 101110 |
Color Harmonies of #7A0CDF
Complementary color
Monochromatic Colors of #7A0CDF
Black with #7A0CDF
Text Example
Text Example
White with #7A0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CDF; }
p { color: rgb(122,12,223); }
H1.HeaderClassName
{
color: #7A0CDF;
}
.AnyTagClassName
{
color: #7A0CDF;
}
</style>
background-color css
<style>
a { background-color: #7A0CDF; }
a { background-color: rgb(122,12,223); }
div.DivClassName
{
background-color: #7A0CDF;
}
.BgClassName
{
background-color: #7A0CDF;
}
</style>
border-color css
<style>
span { border-color: #7A0CDF; }
span { border-color: rgb(122,12,223); }
td.TdClassName
{
border-color: #7A0CDF;
}
.TagClassName
{
border-color: #7A0CDF;
}
</style>