Shades of Palatinate Purple #76265F
Tints of Palatinate Purple #76265F
RGB
CMYK
RGB Variations
Color information
#76265F (or 0x76265F) is known color: Palatinate Purple. HEX triplet: 76, 26 and 5F. RGB value is (118,38,95). Sum of RGB (Red+Green+Blue) = 118+38+95=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265F is #89D9A0. Grayscale: #444444. Windows color (decimal): -9034145 or 6235766. OLE color: 6235766.
HSL color Cylindrical-coordinate representation of color #76265F: hue angle of 317.25º 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 #76265F is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 95 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.54 |
| HSL | 317.25º | 0.51% | 0.31% | - |
| HSV(B) | 317.25º | 0.68% | 0.46% | - |
| XYZ | 10.23 | 6.06 | 11.46 | - |
| YUV | 68.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 95 | 0 | 0.68 | 0.19 | 0.54 | 317.25 | 0.51 | 0.31 |
| Hex | 76 | 26 | 5F | 0 | 44 | 13 | 36 | 13D | 33 | 1F |
| Octal | 166 | 46 | 137 | 0 | 104 | 23 | 66 | 475 | 63 | 37 |
| Binary | 1110110 | 100110 | 1011111 | 0 | 1000100 | 10011 | 110110 | 100111101 | 110011 | 11111 |
Color Harmonies of #76265F
Complementary color
Monochromatic Colors of #76265F
Black with #76265F
Text Example
Text Example
White with #76265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76265F; }
p { color: rgb(118,38,95); }
H1.HeaderClassName
{
color: #76265F;
}
.AnyTagClassName
{
color: #76265F;
}
</style>
background-color css
<style>
a { background-color: #76265F; }
a { background-color: rgb(118,38,95); }
div.DivClassName
{
background-color: #76265F;
}
.BgClassName
{
background-color: #76265F;
}
</style>
border-color css
<style>
span { border-color: #76265F; }
span { border-color: rgb(118,38,95); }
td.TdClassName
{
border-color: #76265F;
}
.TagClassName
{
border-color: #76265F;
}
</style>