Shades of Palatinate Purple #76085F
Tints of Palatinate Purple #76085F
RGB
CMYK
RGB Variations
Color information
#76085F (or 0x76085F) is known color: Palatinate Purple. HEX triplet: 76, 08 and 5F. RGB value is (118,8,95). Sum of RGB (Red+Green+Blue) = 118+8+95=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #76085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085F is #89F7A0. Grayscale: #323232. Windows color (decimal): -9041825 or 6228086. OLE color: 6228086.
HSL color Cylindrical-coordinate representation of color #76085F: hue angle of 312.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76085F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 95 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.54 |
| HSL | 312.55º | 0.87% | 0.25% | - |
| HSV(B) | 312.55º | 0.93% | 0.46% | - |
| XYZ | 9.62 | 4.85 | 11.26 | - |
| YUV | 50.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 95 | 0 | 0.93 | 0.19 | 0.54 | 312.55 | 0.87 | 0.25 |
| Hex | 76 | 8 | 5F | 0 | 5D | 13 | 36 | 139 | 57 | 19 |
| Octal | 166 | 10 | 137 | 0 | 135 | 23 | 66 | 471 | 127 | 31 |
| Binary | 1110110 | 1000 | 1011111 | 0 | 1011101 | 10011 | 110110 | 100111001 | 1010111 | 11001 |
Color Harmonies of #76085F
Complementary color
Monochromatic Colors of #76085F
Black with #76085F
Text Example
Text Example
White with #76085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76085F; }
p { color: rgb(118,8,95); }
H1.HeaderClassName
{
color: #76085F;
}
.AnyTagClassName
{
color: #76085F;
}
</style>
background-color css
<style>
a { background-color: #76085F; }
a { background-color: rgb(118,8,95); }
div.DivClassName
{
background-color: #76085F;
}
.BgClassName
{
background-color: #76085F;
}
</style>
border-color css
<style>
span { border-color: #76085F; }
span { border-color: rgb(118,8,95); }
td.TdClassName
{
border-color: #76085F;
}
.TagClassName
{
border-color: #76085F;
}
</style>