Shades of Palatinate Purple #7A3765
Tints of Palatinate Purple #7A3765
RGB
CMYK
RGB Variations
Color information
#7A3765 (or 0x7A3765) is known color: Palatinate Purple. HEX triplet: 7A, 37 and 65. RGB value is (122,55,101). Sum of RGB (Red+Green+Blue) = 122+55+101=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3765 is #85C89A. Grayscale: #505050. Windows color (decimal): -8767643 or 6633338. OLE color: 6633338.
HSL color Cylindrical-coordinate representation of color #7A3765: hue angle of 318.81º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3765 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 101 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.52 |
| HSL | 318.81º | 0.38% | 0.35% | - |
| HSV(B) | 318.81º | 0.55% | 0.48% | - |
| XYZ | 11.74 | 7.81 | 13.2 | - |
| YUV | 80.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 101 | 0 | 0.55 | 0.17 | 0.52 | 318.81 | 0.38 | 0.35 |
| Hex | 7A | 37 | 65 | 0 | 37 | 11 | 34 | 13F | 26 | 23 |
| Octal | 172 | 67 | 145 | 0 | 67 | 21 | 64 | 477 | 46 | 43 |
| Binary | 1111010 | 110111 | 1100101 | 0 | 110111 | 10001 | 110100 | 100111111 | 100110 | 100011 |
Color Harmonies of #7A3765
Complementary color
Monochromatic Colors of #7A3765
Black with #7A3765
Text Example
Text Example
White with #7A3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3765; }
p { color: rgb(122,55,101); }
H1.HeaderClassName
{
color: #7A3765;
}
.AnyTagClassName
{
color: #7A3765;
}
</style>
background-color css
<style>
a { background-color: #7A3765; }
a { background-color: rgb(122,55,101); }
div.DivClassName
{
background-color: #7A3765;
}
.BgClassName
{
background-color: #7A3765;
}
</style>
border-color css
<style>
span { border-color: #7A3765; }
span { border-color: rgb(122,55,101); }
td.TdClassName
{
border-color: #7A3765;
}
.TagClassName
{
border-color: #7A3765;
}
</style>