Shades of Purple #7A0873
Tints of Purple #7A0873
RGB
CMYK
RGB Variations
Color information
#7A0873 (or 0x7A0873) is known color: Purple. HEX triplet: 7A, 08 and 73. RGB value is (122,8,115). Sum of RGB (Red+Green+Blue) = 122+8+115=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0873 is #85F78C. Grayscale: #353535. Windows color (decimal): -8779661 or 7538810. OLE color: 7538810.
HSL color Cylindrical-coordinate representation of color #7A0873: hue angle of 303.68º 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 #7A0873 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 115 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.52 |
| HSL | 303.68º | 0.88% | 0.25% | - |
| HSV(B) | 303.68º | 0.93% | 0.48% | - |
| XYZ | 11.21 | 5.55 | 16.7 | - |
| YUV | 54.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 115 | 0 | 0.93 | 0.06 | 0.52 | 303.68 | 0.88 | 0.25 |
| Hex | 7A | 8 | 73 | 0 | 5D | 6 | 34 | 130 | 58 | 19 |
| Octal | 172 | 10 | 163 | 0 | 135 | 6 | 64 | 460 | 130 | 31 |
| Binary | 1111010 | 1000 | 1110011 | 0 | 1011101 | 110 | 110100 | 100110000 | 1011000 | 11001 |
Color Harmonies of #7A0873
Complementary color
Monochromatic Colors of #7A0873
Black with #7A0873
Text Example
Text Example
White with #7A0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0873; }
p { color: rgb(122,8,115); }
H1.HeaderClassName
{
color: #7A0873;
}
.AnyTagClassName
{
color: #7A0873;
}
</style>
background-color css
<style>
a { background-color: #7A0873; }
a { background-color: rgb(122,8,115); }
div.DivClassName
{
background-color: #7A0873;
}
.BgClassName
{
background-color: #7A0873;
}
</style>
border-color css
<style>
span { border-color: #7A0873; }
span { border-color: rgb(122,8,115); }
td.TdClassName
{
border-color: #7A0873;
}
.TagClassName
{
border-color: #7A0873;
}
</style>