Shades of Palatinate Purple #76255D
Tints of Palatinate Purple #76255D
RGB
CMYK
RGB Variations
Color information
#76255D (or 0x76255D) is known color: Palatinate Purple. HEX triplet: 76, 25 and 5D. RGB value is (118,37,93). Sum of RGB (Red+Green+Blue) = 118+37+93=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255D is #89DAA2. Grayscale: #434343. Windows color (decimal): -9034403 or 6104438. OLE color: 6104438.
HSL color Cylindrical-coordinate representation of color #76255D: hue angle of 318.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76255D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 93 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.54 |
| HSL | 318.52º | 0.52% | 0.3% | - |
| HSV(B) | 318.52º | 0.69% | 0.46% | - |
| XYZ | 10.11 | 5.97 | 10.97 | - |
| YUV | 67.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 93 | 0 | 0.69 | 0.21 | 0.54 | 318.52 | 0.52 | 0.3 |
| Hex | 76 | 25 | 5D | 0 | 45 | 15 | 36 | 13F | 34 | 1E |
| Octal | 166 | 45 | 135 | 0 | 105 | 25 | 66 | 477 | 64 | 36 |
| Binary | 1110110 | 100101 | 1011101 | 0 | 1000101 | 10101 | 110110 | 100111111 | 110100 | 11110 |
Color Harmonies of #76255D
Complementary color
Monochromatic Colors of #76255D
Black with #76255D
Text Example
Text Example
White with #76255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76255D; }
p { color: rgb(118,37,93); }
H1.HeaderClassName
{
color: #76255D;
}
.AnyTagClassName
{
color: #76255D;
}
</style>
background-color css
<style>
a { background-color: #76255D; }
a { background-color: rgb(118,37,93); }
div.DivClassName
{
background-color: #76255D;
}
.BgClassName
{
background-color: #76255D;
}
</style>
border-color css
<style>
span { border-color: #76255D; }
span { border-color: rgb(118,37,93); }
td.TdClassName
{
border-color: #76255D;
}
.TagClassName
{
border-color: #76255D;
}
</style>