Shades of Purple #7A0574
Tints of Purple #7A0574
RGB
CMYK
RGB Variations
Color information
#7A0574 (or 0x7A0574) is known color: Purple. HEX triplet: 7A, 05 and 74. RGB value is (122,5,116). Sum of RGB (Red+Green+Blue) = 122+5+116=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0574 is #85FA8B. Grayscale: #343434. Windows color (decimal): -8780428 or 7603578. OLE color: 7603578.
HSL color Cylindrical-coordinate representation of color #7A0574: hue angle of 303.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0574 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 116 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.52 |
| HSL | 303.08º | 0.92% | 0.25% | - |
| HSV(B) | 303.08º | 0.96% | 0.48% | - |
| XYZ | 11.23 | 5.51 | 16.99 | - |
| YUV | 52.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 116 | 0 | 0.96 | 0.05 | 0.52 | 303.08 | 0.92 | 0.25 |
| Hex | 7A | 5 | 74 | 0 | 60 | 5 | 34 | 12F | 5C | 19 |
| Octal | 172 | 5 | 164 | 0 | 140 | 5 | 64 | 457 | 134 | 31 |
| Binary | 1111010 | 101 | 1110100 | 0 | 1100000 | 101 | 110100 | 100101111 | 1011100 | 11001 |
Color Harmonies of #7A0574
Complementary color
Monochromatic Colors of #7A0574
Black with #7A0574
Text Example
Text Example
White with #7A0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0574; }
p { color: rgb(122,5,116); }
H1.HeaderClassName
{
color: #7A0574;
}
.AnyTagClassName
{
color: #7A0574;
}
</style>
background-color css
<style>
a { background-color: #7A0574; }
a { background-color: rgb(122,5,116); }
div.DivClassName
{
background-color: #7A0574;
}
.BgClassName
{
background-color: #7A0574;
}
</style>
border-color css
<style>
span { border-color: #7A0574; }
span { border-color: rgb(122,5,116); }
td.TdClassName
{
border-color: #7A0574;
}
.TagClassName
{
border-color: #7A0574;
}
</style>