Shades of Palatinate Purple #77265E
Tints of Palatinate Purple #77265E
RGB
CMYK
RGB Variations
Color information
#77265E (or 0x77265E) is known color: Palatinate Purple. HEX triplet: 77, 26 and 5E. RGB value is (119,38,94). Sum of RGB (Red+Green+Blue) = 119+38+94=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77265E is #88D9A1. Grayscale: #444444. Windows color (decimal): -8968610 or 6170231. OLE color: 6170231.
HSL color Cylindrical-coordinate representation of color #77265E: hue angle of 318.52º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77265E is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 94 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.53 |
| HSL | 318.52º | 0.52% | 0.31% | - |
| HSV(B) | 318.52º | 0.68% | 0.47% | - |
| XYZ | 10.32 | 6.12 | 11.23 | - |
| YUV | 68.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 94 | 0 | 0.68 | 0.21 | 0.53 | 318.52 | 0.52 | 0.31 |
| Hex | 77 | 26 | 5E | 0 | 44 | 15 | 35 | 13F | 34 | 1F |
| Octal | 167 | 46 | 136 | 0 | 104 | 25 | 65 | 477 | 64 | 37 |
| Binary | 1110111 | 100110 | 1011110 | 0 | 1000100 | 10101 | 110101 | 100111111 | 110100 | 11111 |
Color Harmonies of #77265E
Complementary color
Monochromatic Colors of #77265E
Black with #77265E
Text Example
Text Example
White with #77265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77265E; }
p { color: rgb(119,38,94); }
H1.HeaderClassName
{
color: #77265E;
}
.AnyTagClassName
{
color: #77265E;
}
</style>
background-color css
<style>
a { background-color: #77265E; }
a { background-color: rgb(119,38,94); }
div.DivClassName
{
background-color: #77265E;
}
.BgClassName
{
background-color: #77265E;
}
</style>
border-color css
<style>
span { border-color: #77265E; }
span { border-color: rgb(119,38,94); }
td.TdClassName
{
border-color: #77265E;
}
.TagClassName
{
border-color: #77265E;
}
</style>