Shades of Palatinate Purple #76205C
Tints of Palatinate Purple #76205C
RGB
CMYK
RGB Variations
Color information
#76205C (or 0x76205C) is known color: Palatinate Purple. HEX triplet: 76, 20 and 5C. RGB value is (118,32,92). Sum of RGB (Red+Green+Blue) = 118+32+92=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76205C is #89DFA3. Grayscale: #404040. Windows color (decimal): -9035684 or 6037622. OLE color: 6037622.
HSL color Cylindrical-coordinate representation of color #76205C: hue angle of 318.14º 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 #76205C is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 92 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.54 |
| HSL | 318.14º | 0.57% | 0.29% | - |
| HSV(B) | 318.14º | 0.73% | 0.46% | - |
| XYZ | 9.92 | 5.66 | 10.69 | - |
| YUV | 64.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 92 | 0 | 0.73 | 0.22 | 0.54 | 318.14 | 0.57 | 0.29 |
| Hex | 76 | 20 | 5C | 0 | 49 | 16 | 36 | 13E | 39 | 1D |
| Octal | 166 | 40 | 134 | 0 | 111 | 26 | 66 | 476 | 71 | 35 |
| Binary | 1110110 | 100000 | 1011100 | 0 | 1001001 | 10110 | 110110 | 100111110 | 111001 | 11101 |
Color Harmonies of #76205C
Complementary color
Monochromatic Colors of #76205C
Black with #76205C
Text Example
Text Example
White with #76205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76205C; }
p { color: rgb(118,32,92); }
H1.HeaderClassName
{
color: #76205C;
}
.AnyTagClassName
{
color: #76205C;
}
</style>
background-color css
<style>
a { background-color: #76205C; }
a { background-color: rgb(118,32,92); }
div.DivClassName
{
background-color: #76205C;
}
.BgClassName
{
background-color: #76205C;
}
</style>
border-color css
<style>
span { border-color: #76205C; }
span { border-color: rgb(118,32,92); }
td.TdClassName
{
border-color: #76205C;
}
.TagClassName
{
border-color: #76205C;
}
</style>