Shades of Palatinate Purple #76075D
Tints of Palatinate Purple #76075D
RGB
CMYK
RGB Variations
Color information
#76075D (or 0x76075D) is known color: Palatinate Purple. HEX triplet: 76, 07 and 5D. RGB value is (118,7,93). Sum of RGB (Red+Green+Blue) = 118+7+93=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075D is #89F8A2. Grayscale: #313131. Windows color (decimal): -9042083 or 6096758. OLE color: 6096758.
HSL color Cylindrical-coordinate representation of color #76075D: hue angle of 313.51º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76075D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 93 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.54 |
| HSL | 313.51º | 0.89% | 0.25% | - |
| HSV(B) | 313.51º | 0.94% | 0.46% | - |
| XYZ | 9.52 | 4.79 | 10.78 | - |
| YUV | 49.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 93 | 0 | 0.94 | 0.21 | 0.54 | 313.51 | 0.89 | 0.25 |
| Hex | 76 | 7 | 5D | 0 | 5E | 15 | 36 | 13A | 59 | 19 |
| Octal | 166 | 7 | 135 | 0 | 136 | 25 | 66 | 472 | 131 | 31 |
| Binary | 1110110 | 111 | 1011101 | 0 | 1011110 | 10101 | 110110 | 100111010 | 1011001 | 11001 |
Color Harmonies of #76075D
Complementary color
Monochromatic Colors of #76075D
Black with #76075D
Text Example
Text Example
White with #76075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76075D; }
p { color: rgb(118,7,93); }
H1.HeaderClassName
{
color: #76075D;
}
.AnyTagClassName
{
color: #76075D;
}
</style>
background-color css
<style>
a { background-color: #76075D; }
a { background-color: rgb(118,7,93); }
div.DivClassName
{
background-color: #76075D;
}
.BgClassName
{
background-color: #76075D;
}
</style>
border-color css
<style>
span { border-color: #76075D; }
span { border-color: rgb(118,7,93); }
td.TdClassName
{
border-color: #76075D;
}
.TagClassName
{
border-color: #76075D;
}
</style>