Shades of Palatinate Purple #77145A
Tints of Palatinate Purple #77145A
RGB
CMYK
RGB Variations
Color information
#77145A (or 0x77145A) is known color: Palatinate Purple. HEX triplet: 77, 14 and 5A. RGB value is (119,20,90). Sum of RGB (Red+Green+Blue) = 119+20+90=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77145A is #88EBA5. Grayscale: #393939. Windows color (decimal): -8973222 or 5903479. OLE color: 5903479.
HSL color Cylindrical-coordinate representation of color #77145A: hue angle of 317.58º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77145A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 90 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.53 |
| HSL | 317.58º | 0.71% | 0.27% | - |
| HSV(B) | 317.58º | 0.83% | 0.47% | - |
| XYZ | 9.7 | 5.16 | 10.16 | - |
| YUV | 57.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 90 | 0 | 0.83 | 0.24 | 0.53 | 317.58 | 0.71 | 0.27 |
| Hex | 77 | 14 | 5A | 0 | 53 | 18 | 35 | 13E | 47 | 1B |
| Octal | 167 | 24 | 132 | 0 | 123 | 30 | 65 | 476 | 107 | 33 |
| Binary | 1110111 | 10100 | 1011010 | 0 | 1010011 | 11000 | 110101 | 100111110 | 1000111 | 11011 |
Color Harmonies of #77145A
Complementary color
Monochromatic Colors of #77145A
Black with #77145A
Text Example
Text Example
White with #77145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77145A; }
p { color: rgb(119,20,90); }
H1.HeaderClassName
{
color: #77145A;
}
.AnyTagClassName
{
color: #77145A;
}
</style>
background-color css
<style>
a { background-color: #77145A; }
a { background-color: rgb(119,20,90); }
div.DivClassName
{
background-color: #77145A;
}
.BgClassName
{
background-color: #77145A;
}
</style>
border-color css
<style>
span { border-color: #77145A; }
span { border-color: rgb(119,20,90); }
td.TdClassName
{
border-color: #77145A;
}
.TagClassName
{
border-color: #77145A;
}
</style>