Shades of Purple #7A0F7C
Tints of Purple #7A0F7C
RGB
CMYK
RGB Variations
Color information
#7A0F7C (or 0x7A0F7C) is known color: Purple. HEX triplet: 7A, 0F and 7C. RGB value is (122,15,124). Sum of RGB (Red+Green+Blue) = 122+15+124=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A0F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F7C is #85F083. Grayscale: #3B3B3B. Windows color (decimal): -8777860 or 8130426. OLE color: 8130426.
HSL color Cylindrical-coordinate representation of color #7A0F7C: hue angle of 298.9º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F7C is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 15 | 124 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.51 |
| HSL | 298.9º | 0.78% | 0.27% | - |
| HSV(B) | 298.9º | 0.88% | 0.49% | - |
| XYZ | 11.83 | 5.93 | 19.59 | - |
| YUV | 59.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 124 | 0.02 | 0.88 | 0 | 0.51 | 298.9 | 0.78 | 0.27 |
| Hex | 7A | F | 7C | 2 | 58 | 0 | 33 | 12B | 4E | 1B |
| Octal | 172 | 17 | 174 | 2 | 130 | 0 | 63 | 453 | 116 | 33 |
| Binary | 1111010 | 1111 | 1111100 | 10 | 1011000 | 0 | 110011 | 100101011 | 1001110 | 11011 |
Color Harmonies of #7A0F7C
Complementary color
Monochromatic Colors of #7A0F7C
Black with #7A0F7C
Text Example
Text Example
White with #7A0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F7C; }
p { color: rgb(122,15,124); }
H1.HeaderClassName
{
color: #7A0F7C;
}
.AnyTagClassName
{
color: #7A0F7C;
}
</style>
background-color css
<style>
a { background-color: #7A0F7C; }
a { background-color: rgb(122,15,124); }
div.DivClassName
{
background-color: #7A0F7C;
}
.BgClassName
{
background-color: #7A0F7C;
}
</style>
border-color css
<style>
span { border-color: #7A0F7C; }
span { border-color: rgb(122,15,124); }
td.TdClassName
{
border-color: #7A0F7C;
}
.TagClassName
{
border-color: #7A0F7C;
}
</style>