Shades of Palatinate Purple #761865
Tints of Palatinate Purple #761865
RGB
CMYK
RGB Variations
Color information
#761865 (or 0x761865) is known color: Palatinate Purple. HEX triplet: 76, 18 and 65. RGB value is (118,24,101). Sum of RGB (Red+Green+Blue) = 118+24+101=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761865 is #89E79A. Grayscale: #3C3C3C. Windows color (decimal): -9037723 or 6625398. OLE color: 6625398.
HSL color Cylindrical-coordinate representation of color #761865: hue angle of 310.85º 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 #761865 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 101 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.54 |
| HSL | 310.85º | 0.66% | 0.28% | - |
| HSV(B) | 310.85º | 0.8% | 0.46% | - |
| XYZ | 10.15 | 5.44 | 12.83 | - |
| YUV | 60.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 101 | 0 | 0.80 | 0.14 | 0.54 | 310.85 | 0.66 | 0.28 |
| Hex | 76 | 18 | 65 | 0 | 50 | E | 36 | 137 | 42 | 1C |
| Octal | 166 | 30 | 145 | 0 | 120 | 16 | 66 | 467 | 102 | 34 |
| Binary | 1110110 | 11000 | 1100101 | 0 | 1010000 | 1110 | 110110 | 100110111 | 1000010 | 11100 |
Color Harmonies of #761865
Complementary color
Monochromatic Colors of #761865
Black with #761865
Text Example
Text Example
White with #761865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761865; }
p { color: rgb(118,24,101); }
H1.HeaderClassName
{
color: #761865;
}
.AnyTagClassName
{
color: #761865;
}
</style>
background-color css
<style>
a { background-color: #761865; }
a { background-color: rgb(118,24,101); }
div.DivClassName
{
background-color: #761865;
}
.BgClassName
{
background-color: #761865;
}
</style>
border-color css
<style>
span { border-color: #761865; }
span { border-color: rgb(118,24,101); }
td.TdClassName
{
border-color: #761865;
}
.TagClassName
{
border-color: #761865;
}
</style>