Shades of Purple #7A0B7C
Tints of Purple #7A0B7C
RGB
CMYK
RGB Variations
Color information
#7A0B7C (or 0x7A0B7C) is known color: Purple. HEX triplet: 7A, 0B and 7C. RGB value is (122,11,124). Sum of RGB (Red+Green+Blue) = 122+11+124=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A0B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B7C is #85F483. Grayscale: #383838. Windows color (decimal): -8778884 or 8129402. OLE color: 8129402.
HSL color Cylindrical-coordinate representation of color #7A0B7C: hue angle of 298.94º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B7C is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 11 | 124 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.51 |
| HSL | 298.94º | 0.84% | 0.26% | - |
| HSV(B) | 298.94º | 0.91% | 0.49% | - |
| XYZ | 11.78 | 5.83 | 19.57 | - |
| YUV | 57.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 124 | 0.02 | 0.91 | 0 | 0.51 | 298.94 | 0.84 | 0.26 |
| Hex | 7A | B | 7C | 2 | 5B | 0 | 33 | 12B | 54 | 1A |
| Octal | 172 | 13 | 174 | 2 | 133 | 0 | 63 | 453 | 124 | 32 |
| Binary | 1111010 | 1011 | 1111100 | 10 | 1011011 | 0 | 110011 | 100101011 | 1010100 | 11010 |
Color Harmonies of #7A0B7C
Complementary color
Monochromatic Colors of #7A0B7C
Black with #7A0B7C
Text Example
Text Example
White with #7A0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B7C; }
p { color: rgb(122,11,124); }
H1.HeaderClassName
{
color: #7A0B7C;
}
.AnyTagClassName
{
color: #7A0B7C;
}
</style>
background-color css
<style>
a { background-color: #7A0B7C; }
a { background-color: rgb(122,11,124); }
div.DivClassName
{
background-color: #7A0B7C;
}
.BgClassName
{
background-color: #7A0B7C;
}
</style>
border-color css
<style>
span { border-color: #7A0B7C; }
span { border-color: rgb(122,11,124); }
td.TdClassName
{
border-color: #7A0B7C;
}
.TagClassName
{
border-color: #7A0B7C;
}
</style>