Shades of Palatinate Purple #5F2065
Tints of Palatinate Purple #5F2065
RGB
CMYK
RGB Variations
Color information
#5F2065 (or 0x5F2065) is known color: Palatinate Purple. HEX triplet: 5F, 20 and 65. RGB value is (95,32,101). Sum of RGB (Red+Green+Blue) = 95+32+101=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F2065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2065 is #A0DF9A. Grayscale: #3A3A3A. Windows color (decimal): -10543003 or 6627423. OLE color: 6627423.
HSL color Cylindrical-coordinate representation of color #5F2065: hue angle of 294.78º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2065 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 32 | 101 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.60 |
| HSL | 294.78º | 0.52% | 0.26% | - |
| HSV(B) | 294.78º | 0.68% | 0.4% | - |
| XYZ | 7.58 | 4.41 | 12.76 | - |
| YUV | 58.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 101 | 0.06 | 0.68 | 0 | 0.60 | 294.78 | 0.52 | 0.26 |
| Hex | 5F | 20 | 65 | 6 | 44 | 0 | 3C | 127 | 34 | 1A |
| Octal | 137 | 40 | 145 | 6 | 104 | 0 | 74 | 447 | 64 | 32 |
| Binary | 1011111 | 100000 | 1100101 | 110 | 1000100 | 0 | 111100 | 100100111 | 110100 | 11010 |
Color Harmonies of #5F2065
Complementary color
Monochromatic Colors of #5F2065
Black with #5F2065
Text Example
Text Example
White with #5F2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2065; }
p { color: rgb(95,32,101); }
H1.HeaderClassName
{
color: #5F2065;
}
.AnyTagClassName
{
color: #5F2065;
}
</style>
background-color css
<style>
a { background-color: #5F2065; }
a { background-color: rgb(95,32,101); }
div.DivClassName
{
background-color: #5F2065;
}
.BgClassName
{
background-color: #5F2065;
}
</style>
border-color css
<style>
span { border-color: #5F2065; }
span { border-color: rgb(95,32,101); }
td.TdClassName
{
border-color: #5F2065;
}
.TagClassName
{
border-color: #5F2065;
}
</style>