Shades of Palatinate Purple #76265C
Tints of Palatinate Purple #76265C
RGB
CMYK
RGB Variations
Color information
#76265C (or 0x76265C) is known color: Palatinate Purple. HEX triplet: 76, 26 and 5C. RGB value is (118,38,92). Sum of RGB (Red+Green+Blue) = 118+38+92=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265C is #89D9A3. Grayscale: #434343. Windows color (decimal): -9034148 or 6039158. OLE color: 6039158.
HSL color Cylindrical-coordinate representation of color #76265C: hue angle of 319.5º 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 #76265C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 92 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.54 |
| HSL | 319.5º | 0.51% | 0.31% | - |
| HSV(B) | 319.5º | 0.68% | 0.46% | - |
| XYZ | 10.1 | 6.01 | 10.75 | - |
| YUV | 68.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 92 | 0 | 0.68 | 0.22 | 0.54 | 319.5 | 0.51 | 0.31 |
| Hex | 76 | 26 | 5C | 0 | 44 | 16 | 36 | 140 | 33 | 1F |
| Octal | 166 | 46 | 134 | 0 | 104 | 26 | 66 | 500 | 63 | 37 |
| Binary | 1110110 | 100110 | 1011100 | 0 | 1000100 | 10110 | 110110 | 101000000 | 110011 | 11111 |
Color Harmonies of #76265C
Complementary color
Monochromatic Colors of #76265C
Black with #76265C
Text Example
Text Example
White with #76265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76265C; }
p { color: rgb(118,38,92); }
H1.HeaderClassName
{
color: #76265C;
}
.AnyTagClassName
{
color: #76265C;
}
</style>
background-color css
<style>
a { background-color: #76265C; }
a { background-color: rgb(118,38,92); }
div.DivClassName
{
background-color: #76265C;
}
.BgClassName
{
background-color: #76265C;
}
</style>
border-color css
<style>
span { border-color: #76265C; }
span { border-color: rgb(118,38,92); }
td.TdClassName
{
border-color: #76265C;
}
.TagClassName
{
border-color: #76265C;
}
</style>