Shades of Palatinate Purple #761A58
Tints of Palatinate Purple #761A58
RGB
CMYK
RGB Variations
Color information
#761A58 (or 0x761A58) is known color: Palatinate Purple. HEX triplet: 76, 1A and 58. RGB value is (118,26,88). Sum of RGB (Red+Green+Blue) = 118+26+88=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #761A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A58 is #89E5A7. Grayscale: #3C3C3C. Windows color (decimal): -9037224 or 5773942. OLE color: 5773942.
HSL color Cylindrical-coordinate representation of color #761A58: hue angle of 319.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A58 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 88 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.54 |
| HSL | 319.57º | 0.64% | 0.28% | - |
| HSV(B) | 319.57º | 0.78% | 0.46% | - |
| XYZ | 9.6 | 5.29 | 9.75 | - |
| YUV | 60.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 88 | 0 | 0.78 | 0.25 | 0.54 | 319.57 | 0.64 | 0.28 |
| Hex | 76 | 1A | 58 | 0 | 4E | 19 | 36 | 140 | 40 | 1C |
| Octal | 166 | 32 | 130 | 0 | 116 | 31 | 66 | 500 | 100 | 34 |
| Binary | 1110110 | 11010 | 1011000 | 0 | 1001110 | 11001 | 110110 | 101000000 | 1000000 | 11100 |
Color Harmonies of #761A58
Complementary color
Monochromatic Colors of #761A58
Black with #761A58
Text Example
Text Example
White with #761A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A58; }
p { color: rgb(118,26,88); }
H1.HeaderClassName
{
color: #761A58;
}
.AnyTagClassName
{
color: #761A58;
}
</style>
background-color css
<style>
a { background-color: #761A58; }
a { background-color: rgb(118,26,88); }
div.DivClassName
{
background-color: #761A58;
}
.BgClassName
{
background-color: #761A58;
}
</style>
border-color css
<style>
span { border-color: #761A58; }
span { border-color: rgb(118,26,88); }
td.TdClassName
{
border-color: #761A58;
}
.TagClassName
{
border-color: #761A58;
}
</style>