Shades of Palatinate Purple #7A3869
Tints of Palatinate Purple #7A3869
RGB
CMYK
RGB Variations
Color information
#7A3869 (or 0x7A3869) is known color: Palatinate Purple. HEX triplet: 7A, 38 and 69. RGB value is (122,56,105). Sum of RGB (Red+Green+Blue) = 122+56+105=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3869 is #85C796. Grayscale: #515151. Windows color (decimal): -8767383 or 6895738. OLE color: 6895738.
HSL color Cylindrical-coordinate representation of color #7A3869: hue angle of 315.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3869 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 105 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.52 |
| HSL | 315.45º | 0.37% | 0.35% | - |
| HSV(B) | 315.45º | 0.54% | 0.48% | - |
| XYZ | 11.99 | 7.99 | 14.27 | - |
| YUV | 81.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 105 | 0 | 0.54 | 0.14 | 0.52 | 315.45 | 0.37 | 0.35 |
| Hex | 7A | 38 | 69 | 0 | 36 | E | 34 | 13B | 25 | 23 |
| Octal | 172 | 70 | 151 | 0 | 66 | 16 | 64 | 473 | 45 | 43 |
| Binary | 1111010 | 111000 | 1101001 | 0 | 110110 | 1110 | 110100 | 100111011 | 100101 | 100011 |
Color Harmonies of #7A3869
Complementary color
Monochromatic Colors of #7A3869
Black with #7A3869
Text Example
Text Example
White with #7A3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3869; }
p { color: rgb(122,56,105); }
H1.HeaderClassName
{
color: #7A3869;
}
.AnyTagClassName
{
color: #7A3869;
}
</style>
background-color css
<style>
a { background-color: #7A3869; }
a { background-color: rgb(122,56,105); }
div.DivClassName
{
background-color: #7A3869;
}
.BgClassName
{
background-color: #7A3869;
}
</style>
border-color css
<style>
span { border-color: #7A3869; }
span { border-color: rgb(122,56,105); }
td.TdClassName
{
border-color: #7A3869;
}
.TagClassName
{
border-color: #7A3869;
}
</style>