Shades of Palatinate Purple #5F2261
Tints of Palatinate Purple #5F2261
RGB
CMYK
RGB Variations
Color information
#5F2261 (or 0x5F2261) is known color: Palatinate Purple. HEX triplet: 5F, 22 and 61. RGB value is (95,34,97). Sum of RGB (Red+Green+Blue) = 95+34+97=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F2261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2261 is #A0DD9E. Grayscale: #3B3B3B. Windows color (decimal): -10542495 or 6365791. OLE color: 6365791.
HSL color Cylindrical-coordinate representation of color #5F2261: hue angle of 298.1º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2261 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 34 | 97 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.62 |
| HSL | 298.1º | 0.48% | 0.26% | - |
| HSV(B) | 298.1º | 0.65% | 0.38% | - |
| XYZ | 7.45 | 4.44 | 11.77 | - |
| YUV | 59.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 97 | 0.02 | 0.65 | 0 | 0.62 | 298.1 | 0.48 | 0.26 |
| Hex | 5F | 22 | 61 | 2 | 41 | 0 | 3E | 12A | 30 | 1A |
| Octal | 137 | 42 | 141 | 2 | 101 | 0 | 76 | 452 | 60 | 32 |
| Binary | 1011111 | 100010 | 1100001 | 10 | 1000001 | 0 | 111110 | 100101010 | 110000 | 11010 |
Color Harmonies of #5F2261
Complementary color
Monochromatic Colors of #5F2261
Black with #5F2261
Text Example
Text Example
White with #5F2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2261; }
p { color: rgb(95,34,97); }
H1.HeaderClassName
{
color: #5F2261;
}
.AnyTagClassName
{
color: #5F2261;
}
</style>
background-color css
<style>
a { background-color: #5F2261; }
a { background-color: rgb(95,34,97); }
div.DivClassName
{
background-color: #5F2261;
}
.BgClassName
{
background-color: #5F2261;
}
</style>
border-color css
<style>
span { border-color: #5F2261; }
span { border-color: rgb(95,34,97); }
td.TdClassName
{
border-color: #5F2261;
}
.TagClassName
{
border-color: #5F2261;
}
</style>