Shades of Palatinate Purple #7A165A
Tints of Palatinate Purple #7A165A
RGB
CMYK
RGB Variations
Color information
#7A165A (or 0x7A165A) is known color: Palatinate Purple. HEX triplet: 7A, 16 and 5A. RGB value is (122,22,90). Sum of RGB (Red+Green+Blue) = 122+22+90=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A165A is #85E9A5. Grayscale: #3B3B3B. Windows color (decimal): -8776102 or 5903994. OLE color: 5903994.
HSL color Cylindrical-coordinate representation of color #7A165A: hue angle of 319.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A165A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 90 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.52 |
| HSL | 319.2º | 0.69% | 0.28% | - |
| HSV(B) | 319.2º | 0.82% | 0.48% | - |
| XYZ | 10.16 | 5.45 | 10.19 | - |
| YUV | 59.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 90 | 0 | 0.82 | 0.26 | 0.52 | 319.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 5A | 0 | 52 | 1A | 34 | 13F | 45 | 1C |
| Octal | 172 | 26 | 132 | 0 | 122 | 32 | 64 | 477 | 105 | 34 |
| Binary | 1111010 | 10110 | 1011010 | 0 | 1010010 | 11010 | 110100 | 100111111 | 1000101 | 11100 |
Color Harmonies of #7A165A
Complementary color
Monochromatic Colors of #7A165A
Black with #7A165A
Text Example
Text Example
White with #7A165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A165A; }
p { color: rgb(122,22,90); }
H1.HeaderClassName
{
color: #7A165A;
}
.AnyTagClassName
{
color: #7A165A;
}
</style>
background-color css
<style>
a { background-color: #7A165A; }
a { background-color: rgb(122,22,90); }
div.DivClassName
{
background-color: #7A165A;
}
.BgClassName
{
background-color: #7A165A;
}
</style>
border-color css
<style>
span { border-color: #7A165A; }
span { border-color: rgb(122,22,90); }
td.TdClassName
{
border-color: #7A165A;
}
.TagClassName
{
border-color: #7A165A;
}
</style>