Shades of Palatinate Purple #76095C
Tints of Palatinate Purple #76095C
RGB
CMYK
RGB Variations
Color information
#76095C (or 0x76095C) is known color: Palatinate Purple. HEX triplet: 76, 09 and 5C. RGB value is (118,9,92). Sum of RGB (Red+Green+Blue) = 118+9+92=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76095C is #89F6A3. Grayscale: #323232. Windows color (decimal): -9041572 or 6031734. OLE color: 6031734.
HSL color Cylindrical-coordinate representation of color #76095C: hue angle of 314.31º 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 #76095C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 92 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.54 |
| HSL | 314.31º | 0.86% | 0.25% | - |
| HSV(B) | 314.31º | 0.92% | 0.46% | - |
| XYZ | 9.5 | 4.82 | 10.55 | - |
| YUV | 51.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 92 | 0 | 0.92 | 0.22 | 0.54 | 314.31 | 0.86 | 0.25 |
| Hex | 76 | 9 | 5C | 0 | 5C | 16 | 36 | 13A | 56 | 19 |
| Octal | 166 | 11 | 134 | 0 | 134 | 26 | 66 | 472 | 126 | 31 |
| Binary | 1110110 | 1001 | 1011100 | 0 | 1011100 | 10110 | 110110 | 100111010 | 1010110 | 11001 |
Color Harmonies of #76095C
Complementary color
Monochromatic Colors of #76095C
Black with #76095C
Text Example
Text Example
White with #76095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76095C; }
p { color: rgb(118,9,92); }
H1.HeaderClassName
{
color: #76095C;
}
.AnyTagClassName
{
color: #76095C;
}
</style>
background-color css
<style>
a { background-color: #76095C; }
a { background-color: rgb(118,9,92); }
div.DivClassName
{
background-color: #76095C;
}
.BgClassName
{
background-color: #76095C;
}
</style>
border-color css
<style>
span { border-color: #76095C; }
span { border-color: rgb(118,9,92); }
td.TdClassName
{
border-color: #76095C;
}
.TagClassName
{
border-color: #76095C;
}
</style>