Shades of Palatinate Purple #5F1765
Tints of Palatinate Purple #5F1765
RGB
CMYK
RGB Variations
Color information
#5F1765 (or 0x5F1765) is known color: Palatinate Purple. HEX triplet: 5F, 17 and 65. RGB value is (95,23,101). Sum of RGB (Red+Green+Blue) = 95+23+101=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F1765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1765 is #A0E89A. Grayscale: #353535. Windows color (decimal): -10545307 or 6625119. OLE color: 6625119.
HSL color Cylindrical-coordinate representation of color #5F1765: hue angle of 295.38º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F1765 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 23 | 101 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.60 |
| HSL | 295.38º | 0.63% | 0.24% | - |
| HSV(B) | 295.38º | 0.77% | 0.4% | - |
| XYZ | 7.37 | 3.99 | 12.69 | - |
| YUV | 53.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 101 | 0.06 | 0.77 | 0 | 0.60 | 295.38 | 0.63 | 0.24 |
| Hex | 5F | 17 | 65 | 6 | 4D | 0 | 3C | 127 | 3F | 18 |
| Octal | 137 | 27 | 145 | 6 | 115 | 0 | 74 | 447 | 77 | 30 |
| Binary | 1011111 | 10111 | 1100101 | 110 | 1001101 | 0 | 111100 | 100100111 | 111111 | 11000 |
Color Harmonies of #5F1765
Complementary color
Monochromatic Colors of #5F1765
Black with #5F1765
Text Example
Text Example
White with #5F1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1765; }
p { color: rgb(95,23,101); }
H1.HeaderClassName
{
color: #5F1765;
}
.AnyTagClassName
{
color: #5F1765;
}
</style>
background-color css
<style>
a { background-color: #5F1765; }
a { background-color: rgb(95,23,101); }
div.DivClassName
{
background-color: #5F1765;
}
.BgClassName
{
background-color: #5F1765;
}
</style>
border-color css
<style>
span { border-color: #5F1765; }
span { border-color: rgb(95,23,101); }
td.TdClassName
{
border-color: #5F1765;
}
.TagClassName
{
border-color: #5F1765;
}
</style>