Shades of Palatinate Purple #76145E
Tints of Palatinate Purple #76145E
RGB
CMYK
RGB Variations
Color information
#76145E (or 0x76145E) is known color: Palatinate Purple. HEX triplet: 76, 14 and 5E. RGB value is (118,20,94). Sum of RGB (Red+Green+Blue) = 118+20+94=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145E is #89EBA1. Grayscale: #393939. Windows color (decimal): -9038754 or 6165622. OLE color: 6165622.
HSL color Cylindrical-coordinate representation of color #76145E: hue angle of 314.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76145E is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 94 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.54 |
| HSL | 314.69º | 0.71% | 0.27% | - |
| HSV(B) | 314.69º | 0.83% | 0.46% | - |
| XYZ | 9.74 | 5.16 | 11.07 | - |
| YUV | 57.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 94 | 0 | 0.83 | 0.20 | 0.54 | 314.69 | 0.71 | 0.27 |
| Hex | 76 | 14 | 5E | 0 | 53 | 14 | 36 | 13B | 47 | 1B |
| Octal | 166 | 24 | 136 | 0 | 123 | 24 | 66 | 473 | 107 | 33 |
| Binary | 1110110 | 10100 | 1011110 | 0 | 1010011 | 10100 | 110110 | 100111011 | 1000111 | 11011 |
Color Harmonies of #76145E
Complementary color
Monochromatic Colors of #76145E
Black with #76145E
Text Example
Text Example
White with #76145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76145E; }
p { color: rgb(118,20,94); }
H1.HeaderClassName
{
color: #76145E;
}
.AnyTagClassName
{
color: #76145E;
}
</style>
background-color css
<style>
a { background-color: #76145E; }
a { background-color: rgb(118,20,94); }
div.DivClassName
{
background-color: #76145E;
}
.BgClassName
{
background-color: #76145E;
}
</style>
border-color css
<style>
span { border-color: #76145E; }
span { border-color: rgb(118,20,94); }
td.TdClassName
{
border-color: #76145E;
}
.TagClassName
{
border-color: #76145E;
}
</style>