Shades of Palatinate Purple #5F2061
Tints of Palatinate Purple #5F2061
RGB
CMYK
RGB Variations
Color information
#5F2061 (or 0x5F2061) is known color: Palatinate Purple. HEX triplet: 5F, 20 and 61. RGB value is (95,32,97). Sum of RGB (Red+Green+Blue) = 95+32+97=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2061 is #A0DF9E. Grayscale: #3A3A3A. Windows color (decimal): -10543007 or 6365279. OLE color: 6365279.
HSL color Cylindrical-coordinate representation of color #5F2061: hue angle of 298.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F2061 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 32 | 97 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.62 |
| HSL | 298.15º | 0.5% | 0.25% | - |
| HSV(B) | 298.15º | 0.67% | 0.38% | - |
| XYZ | 7.39 | 4.33 | 11.76 | - |
| YUV | 58.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 97 | 0.02 | 0.67 | 0 | 0.62 | 298.15 | 0.5 | 0.25 |
| Hex | 5F | 20 | 61 | 2 | 43 | 0 | 3E | 12A | 32 | 19 |
| Octal | 137 | 40 | 141 | 2 | 103 | 0 | 76 | 452 | 62 | 31 |
| Binary | 1011111 | 100000 | 1100001 | 10 | 1000011 | 0 | 111110 | 100101010 | 110010 | 11001 |
Color Harmonies of #5F2061
Complementary color
Monochromatic Colors of #5F2061
Black with #5F2061
Text Example
Text Example
White with #5F2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2061; }
p { color: rgb(95,32,97); }
H1.HeaderClassName
{
color: #5F2061;
}
.AnyTagClassName
{
color: #5F2061;
}
</style>
background-color css
<style>
a { background-color: #5F2061; }
a { background-color: rgb(95,32,97); }
div.DivClassName
{
background-color: #5F2061;
}
.BgClassName
{
background-color: #5F2061;
}
</style>
border-color css
<style>
span { border-color: #5F2061; }
span { border-color: rgb(95,32,97); }
td.TdClassName
{
border-color: #5F2061;
}
.TagClassName
{
border-color: #5F2061;
}
</style>