Shades of Palatinate Purple #76215B
Tints of Palatinate Purple #76215B
RGB
CMYK
RGB Variations
Color information
#76215B (or 0x76215B) is known color: Palatinate Purple. HEX triplet: 76, 21 and 5B. RGB value is (118,33,91). Sum of RGB (Red+Green+Blue) = 118+33+91=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215B is #89DEA4. Grayscale: #404040. Windows color (decimal): -9035429 or 5972342. OLE color: 5972342.
HSL color Cylindrical-coordinate representation of color #76215B: hue angle of 319.06º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76215B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 91 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.54 |
| HSL | 319.06º | 0.56% | 0.3% | - |
| HSV(B) | 319.06º | 0.72% | 0.46% | - |
| XYZ | 9.9 | 5.69 | 10.47 | - |
| YUV | 65.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 91 | 0 | 0.72 | 0.23 | 0.54 | 319.06 | 0.56 | 0.3 |
| Hex | 76 | 21 | 5B | 0 | 48 | 17 | 36 | 13F | 38 | 1E |
| Octal | 166 | 41 | 133 | 0 | 110 | 27 | 66 | 477 | 70 | 36 |
| Binary | 1110110 | 100001 | 1011011 | 0 | 1001000 | 10111 | 110110 | 100111111 | 111000 | 11110 |
Color Harmonies of #76215B
Complementary color
Monochromatic Colors of #76215B
Black with #76215B
Text Example
Text Example
White with #76215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76215B; }
p { color: rgb(118,33,91); }
H1.HeaderClassName
{
color: #76215B;
}
.AnyTagClassName
{
color: #76215B;
}
</style>
background-color css
<style>
a { background-color: #76215B; }
a { background-color: rgb(118,33,91); }
div.DivClassName
{
background-color: #76215B;
}
.BgClassName
{
background-color: #76215B;
}
</style>
border-color css
<style>
span { border-color: #76215B; }
span { border-color: rgb(118,33,91); }
td.TdClassName
{
border-color: #76215B;
}
.TagClassName
{
border-color: #76215B;
}
</style>