Shades of Palatinate Purple #76265E
Tints of Palatinate Purple #76265E
RGB
CMYK
RGB Variations
Color information
#76265E (or 0x76265E) is known color: Palatinate Purple. HEX triplet: 76, 26 and 5E. RGB value is (118,38,94). Sum of RGB (Red+Green+Blue) = 118+38+94=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265E is #89D9A1. Grayscale: #444444. Windows color (decimal): -9034146 or 6170230. OLE color: 6170230.
HSL color Cylindrical-coordinate representation of color #76265E: hue angle of 318º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76265E is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 94 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.54 |
| HSL | 318º | 0.51% | 0.31% | - |
| HSV(B) | 318º | 0.68% | 0.46% | - |
| XYZ | 10.18 | 6.05 | 11.22 | - |
| YUV | 68.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 94 | 0 | 0.68 | 0.20 | 0.54 | 318 | 0.51 | 0.31 |
| Hex | 76 | 26 | 5E | 0 | 44 | 14 | 36 | 13E | 33 | 1F |
| Octal | 166 | 46 | 136 | 0 | 104 | 24 | 66 | 476 | 63 | 37 |
| Binary | 1110110 | 100110 | 1011110 | 0 | 1000100 | 10100 | 110110 | 100111110 | 110011 | 11111 |
Color Harmonies of #76265E
Complementary color
Monochromatic Colors of #76265E
Black with #76265E
Text Example
Text Example
White with #76265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76265E; }
p { color: rgb(118,38,94); }
H1.HeaderClassName
{
color: #76265E;
}
.AnyTagClassName
{
color: #76265E;
}
</style>
background-color css
<style>
a { background-color: #76265E; }
a { background-color: rgb(118,38,94); }
div.DivClassName
{
background-color: #76265E;
}
.BgClassName
{
background-color: #76265E;
}
</style>
border-color css
<style>
span { border-color: #76265E; }
span { border-color: rgb(118,38,94); }
td.TdClassName
{
border-color: #76265E;
}
.TagClassName
{
border-color: #76265E;
}
</style>