Shades of Palatinate Purple #76185F
Tints of Palatinate Purple #76185F
RGB
CMYK
RGB Variations
Color information
#76185F (or 0x76185F) is known color: Palatinate Purple. HEX triplet: 76, 18 and 5F. RGB value is (118,24,95). Sum of RGB (Red+Green+Blue) = 118+24+95=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76185F is #89E7A0. Grayscale: #3C3C3C. Windows color (decimal): -9037729 or 6232182. OLE color: 6232182.
HSL color Cylindrical-coordinate representation of color #76185F: hue angle of 314.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76185F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 95 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.54 |
| HSL | 314.68º | 0.66% | 0.28% | - |
| HSV(B) | 314.68º | 0.8% | 0.46% | - |
| XYZ | 9.86 | 5.33 | 11.34 | - |
| YUV | 60.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 95 | 0 | 0.80 | 0.19 | 0.54 | 314.68 | 0.66 | 0.28 |
| Hex | 76 | 18 | 5F | 0 | 50 | 13 | 36 | 13B | 42 | 1C |
| Octal | 166 | 30 | 137 | 0 | 120 | 23 | 66 | 473 | 102 | 34 |
| Binary | 1110110 | 11000 | 1011111 | 0 | 1010000 | 10011 | 110110 | 100111011 | 1000010 | 11100 |
Color Harmonies of #76185F
Complementary color
Monochromatic Colors of #76185F
Black with #76185F
Text Example
Text Example
White with #76185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76185F; }
p { color: rgb(118,24,95); }
H1.HeaderClassName
{
color: #76185F;
}
.AnyTagClassName
{
color: #76185F;
}
</style>
background-color css
<style>
a { background-color: #76185F; }
a { background-color: rgb(118,24,95); }
div.DivClassName
{
background-color: #76185F;
}
.BgClassName
{
background-color: #76185F;
}
</style>
border-color css
<style>
span { border-color: #76185F; }
span { border-color: rgb(118,24,95); }
td.TdClassName
{
border-color: #76185F;
}
.TagClassName
{
border-color: #76185F;
}
</style>