Shades of Palatinate Purple #76206B
Tints of Palatinate Purple #76206B
RGB
CMYK
RGB Variations
Color information
#76206B (or 0x76206B) is known color: Palatinate Purple. HEX triplet: 76, 20 and 6B. RGB value is (118,32,107). Sum of RGB (Red+Green+Blue) = 118+32+107=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76206B is #89DF94. Grayscale: #424242. Windows color (decimal): -9035669 or 7020662. OLE color: 7020662.
HSL color Cylindrical-coordinate representation of color #76206B: hue angle of 307.67º 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 #76206B is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 107 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.54 |
| HSL | 307.67º | 0.57% | 0.29% | - |
| HSV(B) | 307.67º | 0.73% | 0.46% | - |
| XYZ | 10.64 | 5.95 | 14.5 | - |
| YUV | 66.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 107 | 0 | 0.73 | 0.09 | 0.54 | 307.67 | 0.57 | 0.29 |
| Hex | 76 | 20 | 6B | 0 | 49 | 9 | 36 | 134 | 39 | 1D |
| Octal | 166 | 40 | 153 | 0 | 111 | 11 | 66 | 464 | 71 | 35 |
| Binary | 1110110 | 100000 | 1101011 | 0 | 1001001 | 1001 | 110110 | 100110100 | 111001 | 11101 |
Color Harmonies of #76206B
Complementary color
Monochromatic Colors of #76206B
Black with #76206B
Text Example
Text Example
White with #76206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76206B; }
p { color: rgb(118,32,107); }
H1.HeaderClassName
{
color: #76206B;
}
.AnyTagClassName
{
color: #76206B;
}
</style>
background-color css
<style>
a { background-color: #76206B; }
a { background-color: rgb(118,32,107); }
div.DivClassName
{
background-color: #76206B;
}
.BgClassName
{
background-color: #76206B;
}
</style>
border-color css
<style>
span { border-color: #76206B; }
span { border-color: rgb(118,32,107); }
td.TdClassName
{
border-color: #76206B;
}
.TagClassName
{
border-color: #76206B;
}
</style>