Shades of Purple #7A0868
Tints of Purple #7A0868
RGB
CMYK
RGB Variations
Color information
#7A0868 (or 0x7A0868) is known color: Purple. HEX triplet: 7A, 08 and 68. RGB value is (122,8,104). Sum of RGB (Red+Green+Blue) = 122+8+104=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0868 is #85F797. Grayscale: #343434. Windows color (decimal): -8779672 or 6817914. OLE color: 6817914.
HSL color Cylindrical-coordinate representation of color #7A0868: hue angle of 309.47º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0868 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 104 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.52 |
| HSL | 309.47º | 0.88% | 0.25% | - |
| HSV(B) | 309.47º | 0.93% | 0.48% | - |
| XYZ | 10.61 | 5.31 | 13.56 | - |
| YUV | 53.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 104 | 0 | 0.93 | 0.15 | 0.52 | 309.47 | 0.88 | 0.25 |
| Hex | 7A | 8 | 68 | 0 | 5D | F | 34 | 135 | 58 | 19 |
| Octal | 172 | 10 | 150 | 0 | 135 | 17 | 64 | 465 | 130 | 31 |
| Binary | 1111010 | 1000 | 1101000 | 0 | 1011101 | 1111 | 110100 | 100110101 | 1011000 | 11001 |
Color Harmonies of #7A0868
Complementary color
Monochromatic Colors of #7A0868
Black with #7A0868
Text Example
Text Example
White with #7A0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0868; }
p { color: rgb(122,8,104); }
H1.HeaderClassName
{
color: #7A0868;
}
.AnyTagClassName
{
color: #7A0868;
}
</style>
background-color css
<style>
a { background-color: #7A0868; }
a { background-color: rgb(122,8,104); }
div.DivClassName
{
background-color: #7A0868;
}
.BgClassName
{
background-color: #7A0868;
}
</style>
border-color css
<style>
span { border-color: #7A0868; }
span { border-color: rgb(122,8,104); }
td.TdClassName
{
border-color: #7A0868;
}
.TagClassName
{
border-color: #7A0868;
}
</style>