Shades of Palatinate Purple #76205B
Tints of Palatinate Purple #76205B
RGB
CMYK
RGB Variations
Color information
#76205B (or 0x76205B) is known color: Palatinate Purple. HEX triplet: 76, 20 and 5B. RGB value is (118,32,91). Sum of RGB (Red+Green+Blue) = 118+32+91=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76205B is #89DFA4. Grayscale: #404040. Windows color (decimal): -9035685 or 5972086. OLE color: 5972086.
HSL color Cylindrical-coordinate representation of color #76205B: hue angle of 318.84º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76205B is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 91 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.54 |
| HSL | 318.84º | 0.57% | 0.29% | - |
| HSV(B) | 318.84º | 0.73% | 0.46% | - |
| XYZ | 9.88 | 5.64 | 10.47 | - |
| YUV | 64.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 91 | 0 | 0.73 | 0.23 | 0.54 | 318.84 | 0.57 | 0.29 |
| Hex | 76 | 20 | 5B | 0 | 49 | 17 | 36 | 13F | 39 | 1D |
| Octal | 166 | 40 | 133 | 0 | 111 | 27 | 66 | 477 | 71 | 35 |
| Binary | 1110110 | 100000 | 1011011 | 0 | 1001001 | 10111 | 110110 | 100111111 | 111001 | 11101 |
Color Harmonies of #76205B
Complementary color
Monochromatic Colors of #76205B
Black with #76205B
Text Example
Text Example
White with #76205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76205B; }
p { color: rgb(118,32,91); }
H1.HeaderClassName
{
color: #76205B;
}
.AnyTagClassName
{
color: #76205B;
}
</style>
background-color css
<style>
a { background-color: #76205B; }
a { background-color: rgb(118,32,91); }
div.DivClassName
{
background-color: #76205B;
}
.BgClassName
{
background-color: #76205B;
}
</style>
border-color css
<style>
span { border-color: #76205B; }
span { border-color: rgb(118,32,91); }
td.TdClassName
{
border-color: #76205B;
}
.TagClassName
{
border-color: #76205B;
}
</style>