Shades of Palatinate Purple #76255F
Tints of Palatinate Purple #76255F
RGB
CMYK
RGB Variations
Color information
#76255F (or 0x76255F) is known color: Palatinate Purple. HEX triplet: 76, 25 and 5F. RGB value is (118,37,95). Sum of RGB (Red+Green+Blue) = 118+37+95=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255F is #89DAA0. Grayscale: #434343. Windows color (decimal): -9034401 or 6235510. OLE color: 6235510.
HSL color Cylindrical-coordinate representation of color #76255F: hue angle of 317.04º 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 #76255F is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 95 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.54 |
| HSL | 317.04º | 0.52% | 0.3% | - |
| HSV(B) | 317.04º | 0.69% | 0.46% | - |
| XYZ | 10.2 | 6 | 11.45 | - |
| YUV | 67.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 95 | 0 | 0.69 | 0.19 | 0.54 | 317.04 | 0.52 | 0.3 |
| Hex | 76 | 25 | 5F | 0 | 45 | 13 | 36 | 13D | 34 | 1E |
| Octal | 166 | 45 | 137 | 0 | 105 | 23 | 66 | 475 | 64 | 36 |
| Binary | 1110110 | 100101 | 1011111 | 0 | 1000101 | 10011 | 110110 | 100111101 | 110100 | 11110 |
Color Harmonies of #76255F
Complementary color
Monochromatic Colors of #76255F
Black with #76255F
Text Example
Text Example
White with #76255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76255F; }
p { color: rgb(118,37,95); }
H1.HeaderClassName
{
color: #76255F;
}
.AnyTagClassName
{
color: #76255F;
}
</style>
background-color css
<style>
a { background-color: #76255F; }
a { background-color: rgb(118,37,95); }
div.DivClassName
{
background-color: #76255F;
}
.BgClassName
{
background-color: #76255F;
}
</style>
border-color css
<style>
span { border-color: #76255F; }
span { border-color: rgb(118,37,95); }
td.TdClassName
{
border-color: #76255F;
}
.TagClassName
{
border-color: #76255F;
}
</style>