Shades of Palatinate Purple #761A5E
Tints of Palatinate Purple #761A5E
RGB
CMYK
RGB Variations
Color information
#761A5E (or 0x761A5E) is known color: Palatinate Purple. HEX triplet: 76, 1A and 5E. RGB value is (118,26,94). Sum of RGB (Red+Green+Blue) = 118+26+94=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A5E is #89E5A1. Grayscale: #3D3D3D. Windows color (decimal): -9037218 or 6167158. OLE color: 6167158.
HSL color Cylindrical-coordinate representation of color #761A5E: hue angle of 315.65º 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 #761A5E is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 94 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.54 |
| HSL | 315.65º | 0.64% | 0.28% | - |
| HSV(B) | 315.65º | 0.78% | 0.46% | - |
| XYZ | 9.86 | 5.4 | 11.11 | - |
| YUV | 61.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 94 | 0 | 0.78 | 0.20 | 0.54 | 315.65 | 0.64 | 0.28 |
| Hex | 76 | 1A | 5E | 0 | 4E | 14 | 36 | 13C | 40 | 1C |
| Octal | 166 | 32 | 136 | 0 | 116 | 24 | 66 | 474 | 100 | 34 |
| Binary | 1110110 | 11010 | 1011110 | 0 | 1001110 | 10100 | 110110 | 100111100 | 1000000 | 11100 |
Color Harmonies of #761A5E
Complementary color
Monochromatic Colors of #761A5E
Black with #761A5E
Text Example
Text Example
White with #761A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A5E; }
p { color: rgb(118,26,94); }
H1.HeaderClassName
{
color: #761A5E;
}
.AnyTagClassName
{
color: #761A5E;
}
</style>
background-color css
<style>
a { background-color: #761A5E; }
a { background-color: rgb(118,26,94); }
div.DivClassName
{
background-color: #761A5E;
}
.BgClassName
{
background-color: #761A5E;
}
</style>
border-color css
<style>
span { border-color: #761A5E; }
span { border-color: rgb(118,26,94); }
td.TdClassName
{
border-color: #761A5E;
}
.TagClassName
{
border-color: #761A5E;
}
</style>