Shades of Palatinate Purple #76285C
Tints of Palatinate Purple #76285C
RGB
CMYK
RGB Variations
Color information
#76285C (or 0x76285C) is known color: Palatinate Purple. HEX triplet: 76, 28 and 5C. RGB value is (118,40,92). Sum of RGB (Red+Green+Blue) = 118+40+92=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285C is #89D7A3. Grayscale: #454545. Windows color (decimal): -9033636 or 6039670. OLE color: 6039670.
HSL color Cylindrical-coordinate representation of color #76285C: hue angle of 320º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76285C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 92 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.54 |
| HSL | 320º | 0.49% | 0.31% | - |
| HSV(B) | 320º | 0.66% | 0.46% | - |
| XYZ | 10.16 | 6.14 | 10.78 | - |
| YUV | 69.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 92 | 0 | 0.66 | 0.22 | 0.54 | 320 | 0.49 | 0.31 |
| Hex | 76 | 28 | 5C | 0 | 42 | 16 | 36 | 140 | 31 | 1F |
| Octal | 166 | 50 | 134 | 0 | 102 | 26 | 66 | 500 | 61 | 37 |
| Binary | 1110110 | 101000 | 1011100 | 0 | 1000010 | 10110 | 110110 | 101000000 | 110001 | 11111 |
Color Harmonies of #76285C
Complementary color
Monochromatic Colors of #76285C
Black with #76285C
Text Example
Text Example
White with #76285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76285C; }
p { color: rgb(118,40,92); }
H1.HeaderClassName
{
color: #76285C;
}
.AnyTagClassName
{
color: #76285C;
}
</style>
background-color css
<style>
a { background-color: #76285C; }
a { background-color: rgb(118,40,92); }
div.DivClassName
{
background-color: #76285C;
}
.BgClassName
{
background-color: #76285C;
}
</style>
border-color css
<style>
span { border-color: #76285C; }
span { border-color: rgb(118,40,92); }
td.TdClassName
{
border-color: #76285C;
}
.TagClassName
{
border-color: #76285C;
}
</style>