Shades of Palatinate Purple #76185B
Tints of Palatinate Purple #76185B
RGB
CMYK
RGB Variations
Color information
#76185B (or 0x76185B) is known color: Palatinate Purple. HEX triplet: 76, 18 and 5B. RGB value is (118,24,91). Sum of RGB (Red+Green+Blue) = 118+24+91=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76185B is #89E7A4. Grayscale: #3B3B3B. Windows color (decimal): -9037733 or 5970038. OLE color: 5970038.
HSL color Cylindrical-coordinate representation of color #76185B: hue angle of 317.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76185B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 91 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.54 |
| HSL | 317.23º | 0.66% | 0.28% | - |
| HSV(B) | 317.23º | 0.8% | 0.46% | - |
| XYZ | 9.69 | 5.26 | 10.4 | - |
| YUV | 59.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 91 | 0 | 0.80 | 0.23 | 0.54 | 317.23 | 0.66 | 0.28 |
| Hex | 76 | 18 | 5B | 0 | 50 | 17 | 36 | 13D | 42 | 1C |
| Octal | 166 | 30 | 133 | 0 | 120 | 27 | 66 | 475 | 102 | 34 |
| Binary | 1110110 | 11000 | 1011011 | 0 | 1010000 | 10111 | 110110 | 100111101 | 1000010 | 11100 |
Color Harmonies of #76185B
Complementary color
Monochromatic Colors of #76185B
Black with #76185B
Text Example
Text Example
White with #76185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76185B; }
p { color: rgb(118,24,91); }
H1.HeaderClassName
{
color: #76185B;
}
.AnyTagClassName
{
color: #76185B;
}
</style>
background-color css
<style>
a { background-color: #76185B; }
a { background-color: rgb(118,24,91); }
div.DivClassName
{
background-color: #76185B;
}
.BgClassName
{
background-color: #76185B;
}
</style>
border-color css
<style>
span { border-color: #76185B; }
span { border-color: rgb(118,24,91); }
td.TdClassName
{
border-color: #76185B;
}
.TagClassName
{
border-color: #76185B;
}
</style>