Shades of Purple #7A0568
Tints of Purple #7A0568
RGB
CMYK
RGB Variations
Color information
#7A0568 (or 0x7A0568) is known color: Purple. HEX triplet: 7A, 05 and 68. RGB value is (122,5,104). Sum of RGB (Red+Green+Blue) = 122+5+104=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0568 is #85FA97. Grayscale: #323232. Windows color (decimal): -8780440 or 6817146. OLE color: 6817146.
HSL color Cylindrical-coordinate representation of color #7A0568: hue angle of 309.23º 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 #7A0568 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 104 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.52 |
| HSL | 309.23º | 0.92% | 0.25% | - |
| HSV(B) | 309.23º | 0.96% | 0.48% | - |
| XYZ | 10.58 | 5.25 | 13.55 | - |
| YUV | 51.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 104 | 0 | 0.96 | 0.15 | 0.52 | 309.23 | 0.92 | 0.25 |
| Hex | 7A | 5 | 68 | 0 | 60 | F | 34 | 135 | 5C | 19 |
| Octal | 172 | 5 | 150 | 0 | 140 | 17 | 64 | 465 | 134 | 31 |
| Binary | 1111010 | 101 | 1101000 | 0 | 1100000 | 1111 | 110100 | 100110101 | 1011100 | 11001 |
Color Harmonies of #7A0568
Complementary color
Monochromatic Colors of #7A0568
Black with #7A0568
Text Example
Text Example
White with #7A0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0568; }
p { color: rgb(122,5,104); }
H1.HeaderClassName
{
color: #7A0568;
}
.AnyTagClassName
{
color: #7A0568;
}
</style>
background-color css
<style>
a { background-color: #7A0568; }
a { background-color: rgb(122,5,104); }
div.DivClassName
{
background-color: #7A0568;
}
.BgClassName
{
background-color: #7A0568;
}
</style>
border-color css
<style>
span { border-color: #7A0568; }
span { border-color: rgb(122,5,104); }
td.TdClassName
{
border-color: #7A0568;
}
.TagClassName
{
border-color: #7A0568;
}
</style>