Shades of Palatinate Purple #76125B
Tints of Palatinate Purple #76125B
RGB
CMYK
RGB Variations
Color information
#76125B (or 0x76125B) is known color: Palatinate Purple. HEX triplet: 76, 12 and 5B. RGB value is (118,18,91). Sum of RGB (Red+Green+Blue) = 118+18+91=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125B is #89EDA4. Grayscale: #383838. Windows color (decimal): -9039269 or 5968502. OLE color: 5968502.
HSL color Cylindrical-coordinate representation of color #76125B: hue angle of 316.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76125B is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 91 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.54 |
| HSL | 316.2º | 0.74% | 0.27% | - |
| HSV(B) | 316.2º | 0.85% | 0.46% | - |
| XYZ | 9.58 | 5.04 | 10.37 | - |
| YUV | 56.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 91 | 0 | 0.85 | 0.23 | 0.54 | 316.2 | 0.74 | 0.27 |
| Hex | 76 | 12 | 5B | 0 | 55 | 17 | 36 | 13C | 4A | 1B |
| Octal | 166 | 22 | 133 | 0 | 125 | 27 | 66 | 474 | 112 | 33 |
| Binary | 1110110 | 10010 | 1011011 | 0 | 1010101 | 10111 | 110110 | 100111100 | 1001010 | 11011 |
Color Harmonies of #76125B
Complementary color
Monochromatic Colors of #76125B
Black with #76125B
Text Example
Text Example
White with #76125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76125B; }
p { color: rgb(118,18,91); }
H1.HeaderClassName
{
color: #76125B;
}
.AnyTagClassName
{
color: #76125B;
}
</style>
background-color css
<style>
a { background-color: #76125B; }
a { background-color: rgb(118,18,91); }
div.DivClassName
{
background-color: #76125B;
}
.BgClassName
{
background-color: #76125B;
}
</style>
border-color css
<style>
span { border-color: #76125B; }
span { border-color: rgb(118,18,91); }
td.TdClassName
{
border-color: #76125B;
}
.TagClassName
{
border-color: #76125B;
}
</style>