Shades of Dark Purple #7A207C
Tints of Dark Purple #7A207C
RGB
CMYK
RGB Variations
Color information
#7A207C (or 0x7A207C) is known color: Dark Purple. HEX triplet: 7A, 20 and 7C. RGB value is (122,32,124). Sum of RGB (Red+Green+Blue) = 122+32+124=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A207C is #85DF83. Grayscale: #454545. Windows color (decimal): -8773508 or 8134778. OLE color: 8134778.
HSL color Cylindrical-coordinate representation of color #7A207C: hue angle of 298.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A207C is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 32 | 124 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.51 |
| HSL | 298.7º | 0.59% | 0.31% | - |
| HSV(B) | 298.7º | 0.74% | 0.49% | - |
| XYZ | 12.18 | 6.63 | 19.71 | - |
| YUV | 69.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 124 | 0.02 | 0.74 | 0 | 0.51 | 298.7 | 0.59 | 0.31 |
| Hex | 7A | 20 | 7C | 2 | 4A | 0 | 33 | 12B | 3B | 1F |
| Octal | 172 | 40 | 174 | 2 | 112 | 0 | 63 | 453 | 73 | 37 |
| Binary | 1111010 | 100000 | 1111100 | 10 | 1001010 | 0 | 110011 | 100101011 | 111011 | 11111 |
Color Harmonies of #7A207C
Complementary color
Monochromatic Colors of #7A207C
Black with #7A207C
Text Example
Text Example
White with #7A207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A207C; }
p { color: rgb(122,32,124); }
H1.HeaderClassName
{
color: #7A207C;
}
.AnyTagClassName
{
color: #7A207C;
}
</style>
background-color css
<style>
a { background-color: #7A207C; }
a { background-color: rgb(122,32,124); }
div.DivClassName
{
background-color: #7A207C;
}
.BgClassName
{
background-color: #7A207C;
}
</style>
border-color css
<style>
span { border-color: #7A207C; }
span { border-color: rgb(122,32,124); }
td.TdClassName
{
border-color: #7A207C;
}
.TagClassName
{
border-color: #7A207C;
}
</style>