Shades of Palatinate Purple #76085D
Tints of Palatinate Purple #76085D
RGB
CMYK
RGB Variations
Color information
#76085D (or 0x76085D) is known color: Palatinate Purple. HEX triplet: 76, 08 and 5D. RGB value is (118,8,93). Sum of RGB (Red+Green+Blue) = 118+8+93=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085D is #89F7A2. Grayscale: #323232. Windows color (decimal): -9041827 or 6097014. OLE color: 6097014.
HSL color Cylindrical-coordinate representation of color #76085D: hue angle of 313.64º 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 #76085D is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 93 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.54 |
| HSL | 313.64º | 0.87% | 0.25% | - |
| HSV(B) | 313.64º | 0.93% | 0.46% | - |
| XYZ | 9.53 | 4.82 | 10.78 | - |
| YUV | 50.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 93 | 0 | 0.93 | 0.21 | 0.54 | 313.64 | 0.87 | 0.25 |
| Hex | 76 | 8 | 5D | 0 | 5D | 15 | 36 | 13A | 57 | 19 |
| Octal | 166 | 10 | 135 | 0 | 135 | 25 | 66 | 472 | 127 | 31 |
| Binary | 1110110 | 1000 | 1011101 | 0 | 1011101 | 10101 | 110110 | 100111010 | 1010111 | 11001 |
Color Harmonies of #76085D
Complementary color
Monochromatic Colors of #76085D
Black with #76085D
Text Example
Text Example
White with #76085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76085D; }
p { color: rgb(118,8,93); }
H1.HeaderClassName
{
color: #76085D;
}
.AnyTagClassName
{
color: #76085D;
}
</style>
background-color css
<style>
a { background-color: #76085D; }
a { background-color: rgb(118,8,93); }
div.DivClassName
{
background-color: #76085D;
}
.BgClassName
{
background-color: #76085D;
}
</style>
border-color css
<style>
span { border-color: #76085D; }
span { border-color: rgb(118,8,93); }
td.TdClassName
{
border-color: #76085D;
}
.TagClassName
{
border-color: #76085D;
}
</style>