Shades of Palatinate Purple #76095B
Tints of Palatinate Purple #76095B
RGB
CMYK
RGB Variations
Color information
#76095B (or 0x76095B) is known color: Palatinate Purple. HEX triplet: 76, 09 and 5B. RGB value is (118,9,91). Sum of RGB (Red+Green+Blue) = 118+9+91=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76095B is #89F6A4. Grayscale: #323232. Windows color (decimal): -9041573 or 5966198. OLE color: 5966198.
HSL color Cylindrical-coordinate representation of color #76095B: hue angle of 314.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76095B is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 91 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.54 |
| HSL | 314.86º | 0.86% | 0.25% | - |
| HSV(B) | 314.86º | 0.92% | 0.46% | - |
| XYZ | 9.46 | 4.8 | 10.33 | - |
| YUV | 50.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 91 | 0 | 0.92 | 0.23 | 0.54 | 314.86 | 0.86 | 0.25 |
| Hex | 76 | 9 | 5B | 0 | 5C | 17 | 36 | 13B | 56 | 19 |
| Octal | 166 | 11 | 133 | 0 | 134 | 27 | 66 | 473 | 126 | 31 |
| Binary | 1110110 | 1001 | 1011011 | 0 | 1011100 | 10111 | 110110 | 100111011 | 1010110 | 11001 |
Color Harmonies of #76095B
Complementary color
Monochromatic Colors of #76095B
Black with #76095B
Text Example
Text Example
White with #76095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76095B; }
p { color: rgb(118,9,91); }
H1.HeaderClassName
{
color: #76095B;
}
.AnyTagClassName
{
color: #76095B;
}
</style>
background-color css
<style>
a { background-color: #76095B; }
a { background-color: rgb(118,9,91); }
div.DivClassName
{
background-color: #76095B;
}
.BgClassName
{
background-color: #76095B;
}
</style>
border-color css
<style>
span { border-color: #76095B; }
span { border-color: rgb(118,9,91); }
td.TdClassName
{
border-color: #76095B;
}
.TagClassName
{
border-color: #76095B;
}
</style>