Shades of Palatinate Purple #77275E
Tints of Palatinate Purple #77275E
RGB
CMYK
RGB Variations
Color information
#77275E (or 0x77275E) is known color: Palatinate Purple. HEX triplet: 77, 27 and 5E. RGB value is (119,39,94). Sum of RGB (Red+Green+Blue) = 119+39+94=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275E is #88D8A1. Grayscale: #454545. Windows color (decimal): -8968354 or 6170487. OLE color: 6170487.
HSL color Cylindrical-coordinate representation of color #77275E: hue angle of 318.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77275E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 94 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.53 |
| HSL | 318.75º | 0.51% | 0.31% | - |
| HSV(B) | 318.75º | 0.67% | 0.47% | - |
| XYZ | 10.35 | 6.18 | 11.24 | - |
| YUV | 69.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 94 | 0 | 0.67 | 0.21 | 0.53 | 318.75 | 0.51 | 0.31 |
| Hex | 77 | 27 | 5E | 0 | 43 | 15 | 35 | 13F | 33 | 1F |
| Octal | 167 | 47 | 136 | 0 | 103 | 25 | 65 | 477 | 63 | 37 |
| Binary | 1110111 | 100111 | 1011110 | 0 | 1000011 | 10101 | 110101 | 100111111 | 110011 | 11111 |
Color Harmonies of #77275E
Complementary color
Monochromatic Colors of #77275E
Black with #77275E
Text Example
Text Example
White with #77275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77275E; }
p { color: rgb(119,39,94); }
H1.HeaderClassName
{
color: #77275E;
}
.AnyTagClassName
{
color: #77275E;
}
</style>
background-color css
<style>
a { background-color: #77275E; }
a { background-color: rgb(119,39,94); }
div.DivClassName
{
background-color: #77275E;
}
.BgClassName
{
background-color: #77275E;
}
</style>
border-color css
<style>
span { border-color: #77275E; }
span { border-color: rgb(119,39,94); }
td.TdClassName
{
border-color: #77275E;
}
.TagClassName
{
border-color: #77275E;
}
</style>