Shades of Purple #7A0867
Tints of Purple #7A0867
RGB
CMYK
RGB Variations
Color information
#7A0867 (or 0x7A0867) is known color: Purple. HEX triplet: 7A, 08 and 67. RGB value is (122,8,103). Sum of RGB (Red+Green+Blue) = 122+8+103=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0867 is #85F798. Grayscale: #343434. Windows color (decimal): -8779673 or 6752378. OLE color: 6752378.
HSL color Cylindrical-coordinate representation of color #7A0867: hue angle of 310º 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 #7A0867 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 103 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.52 |
| HSL | 310º | 0.88% | 0.25% | - |
| HSV(B) | 310º | 0.93% | 0.48% | - |
| XYZ | 10.56 | 5.29 | 13.3 | - |
| YUV | 52.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 103 | 0 | 0.93 | 0.16 | 0.52 | 310 | 0.88 | 0.25 |
| Hex | 7A | 8 | 67 | 0 | 5D | 10 | 34 | 136 | 58 | 19 |
| Octal | 172 | 10 | 147 | 0 | 135 | 20 | 64 | 466 | 130 | 31 |
| Binary | 1111010 | 1000 | 1100111 | 0 | 1011101 | 10000 | 110100 | 100110110 | 1011000 | 11001 |
Color Harmonies of #7A0867
Complementary color
Monochromatic Colors of #7A0867
Black with #7A0867
Text Example
Text Example
White with #7A0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0867; }
p { color: rgb(122,8,103); }
H1.HeaderClassName
{
color: #7A0867;
}
.AnyTagClassName
{
color: #7A0867;
}
</style>
background-color css
<style>
a { background-color: #7A0867; }
a { background-color: rgb(122,8,103); }
div.DivClassName
{
background-color: #7A0867;
}
.BgClassName
{
background-color: #7A0867;
}
</style>
border-color css
<style>
span { border-color: #7A0867; }
span { border-color: rgb(122,8,103); }
td.TdClassName
{
border-color: #7A0867;
}
.TagClassName
{
border-color: #7A0867;
}
</style>