Shades of Purple #7A057D
Tints of Purple #7A057D
RGB
CMYK
RGB Variations
Color information
#7A057D (or 0x7A057D) is known color: Purple. HEX triplet: 7A, 05 and 7D. RGB value is (122,5,125). Sum of RGB (Red+Green+Blue) = 122+5+125=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A057D is #85FA82. Grayscale: #353535. Windows color (decimal): -8780419 or 8193402. OLE color: 8193402.
HSL color Cylindrical-coordinate representation of color #7A057D: hue angle of 298.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A057D is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 5 | 125 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.51 |
| HSL | 298.5º | 0.92% | 0.25% | - |
| HSV(B) | 298.5º | 0.96% | 0.49% | - |
| XYZ | 11.78 | 5.73 | 19.89 | - |
| YUV | 53.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 125 | 0.02 | 0.96 | 0 | 0.51 | 298.5 | 0.92 | 0.25 |
| Hex | 7A | 5 | 7D | 2 | 60 | 0 | 33 | 12A | 5C | 19 |
| Octal | 172 | 5 | 175 | 2 | 140 | 0 | 63 | 452 | 134 | 31 |
| Binary | 1111010 | 101 | 1111101 | 10 | 1100000 | 0 | 110011 | 100101010 | 1011100 | 11001 |
Color Harmonies of #7A057D
Complementary color
Monochromatic Colors of #7A057D
Black with #7A057D
Text Example
Text Example
White with #7A057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A057D; }
p { color: rgb(122,5,125); }
H1.HeaderClassName
{
color: #7A057D;
}
.AnyTagClassName
{
color: #7A057D;
}
</style>
background-color css
<style>
a { background-color: #7A057D; }
a { background-color: rgb(122,5,125); }
div.DivClassName
{
background-color: #7A057D;
}
.BgClassName
{
background-color: #7A057D;
}
</style>
border-color css
<style>
span { border-color: #7A057D; }
span { border-color: rgb(122,5,125); }
td.TdClassName
{
border-color: #7A057D;
}
.TagClassName
{
border-color: #7A057D;
}
</style>