Shades of Palatinate Purple #761A63
Tints of Palatinate Purple #761A63
RGB
CMYK
RGB Variations
Color information
#761A63 (or 0x761A63) is known color: Palatinate Purple. HEX triplet: 76, 1A and 63. RGB value is (118,26,99). Sum of RGB (Red+Green+Blue) = 118+26+99=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A63 is #89E59C. Grayscale: #3D3D3D. Windows color (decimal): -9037213 or 6494838. OLE color: 6494838.
HSL color Cylindrical-coordinate representation of color #761A63: hue angle of 312.39º 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 #761A63 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 99 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.54 |
| HSL | 312.39º | 0.64% | 0.28% | - |
| HSV(B) | 312.39º | 0.78% | 0.46% | - |
| XYZ | 10.09 | 5.49 | 12.33 | - |
| YUV | 61.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 99 | 0 | 0.78 | 0.16 | 0.54 | 312.39 | 0.64 | 0.28 |
| Hex | 76 | 1A | 63 | 0 | 4E | 10 | 36 | 138 | 40 | 1C |
| Octal | 166 | 32 | 143 | 0 | 116 | 20 | 66 | 470 | 100 | 34 |
| Binary | 1110110 | 11010 | 1100011 | 0 | 1001110 | 10000 | 110110 | 100111000 | 1000000 | 11100 |
Color Harmonies of #761A63
Complementary color
Monochromatic Colors of #761A63
Black with #761A63
Text Example
Text Example
White with #761A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A63; }
p { color: rgb(118,26,99); }
H1.HeaderClassName
{
color: #761A63;
}
.AnyTagClassName
{
color: #761A63;
}
</style>
background-color css
<style>
a { background-color: #761A63; }
a { background-color: rgb(118,26,99); }
div.DivClassName
{
background-color: #761A63;
}
.BgClassName
{
background-color: #761A63;
}
</style>
border-color css
<style>
span { border-color: #761A63; }
span { border-color: rgb(118,26,99); }
td.TdClassName
{
border-color: #761A63;
}
.TagClassName
{
border-color: #761A63;
}
</style>