Shades of Palatinate Purple #761863
Tints of Palatinate Purple #761863
RGB
CMYK
RGB Variations
Color information
#761863 (or 0x761863) is known color: Palatinate Purple. HEX triplet: 76, 18 and 63. RGB value is (118,24,99). Sum of RGB (Red+Green+Blue) = 118+24+99=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761863 is #89E79C. Grayscale: #3C3C3C. Windows color (decimal): -9037725 or 6494326. OLE color: 6494326.
HSL color Cylindrical-coordinate representation of color #761863: hue angle of 312.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761863 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 99 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.54 |
| HSL | 312.13º | 0.66% | 0.28% | - |
| HSV(B) | 312.13º | 0.8% | 0.46% | - |
| XYZ | 10.05 | 5.41 | 12.32 | - |
| YUV | 60.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 99 | 0 | 0.80 | 0.16 | 0.54 | 312.13 | 0.66 | 0.28 |
| Hex | 76 | 18 | 63 | 0 | 50 | 10 | 36 | 138 | 42 | 1C |
| Octal | 166 | 30 | 143 | 0 | 120 | 20 | 66 | 470 | 102 | 34 |
| Binary | 1110110 | 11000 | 1100011 | 0 | 1010000 | 10000 | 110110 | 100111000 | 1000010 | 11100 |
Color Harmonies of #761863
Complementary color
Monochromatic Colors of #761863
Black with #761863
Text Example
Text Example
White with #761863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761863; }
p { color: rgb(118,24,99); }
H1.HeaderClassName
{
color: #761863;
}
.AnyTagClassName
{
color: #761863;
}
</style>
background-color css
<style>
a { background-color: #761863; }
a { background-color: rgb(118,24,99); }
div.DivClassName
{
background-color: #761863;
}
.BgClassName
{
background-color: #761863;
}
</style>
border-color css
<style>
span { border-color: #761863; }
span { border-color: rgb(118,24,99); }
td.TdClassName
{
border-color: #761863;
}
.TagClassName
{
border-color: #761863;
}
</style>