Shades of Palatinate Purple #5F2B61
Tints of Palatinate Purple #5F2B61
RGB
CMYK
RGB Variations
Color information
#5F2B61 (or 0x5F2B61) is known color: Palatinate Purple. HEX triplet: 5F, 2B and 61. RGB value is (95,43,97). Sum of RGB (Red+Green+Blue) = 95+43+97=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F2B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B61 is #A0D49E. Grayscale: #404040. Windows color (decimal): -10540191 or 6368095. OLE color: 6368095.
HSL color Cylindrical-coordinate representation of color #5F2B61: hue angle of 297.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F2B61 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 43 | 97 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.62 |
| HSL | 297.78º | 0.39% | 0.27% | - |
| HSV(B) | 297.78º | 0.56% | 0.38% | - |
| XYZ | 7.74 | 5.02 | 11.87 | - |
| YUV | 64.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 97 | 0.02 | 0.56 | 0 | 0.62 | 297.78 | 0.39 | 0.27 |
| Hex | 5F | 2B | 61 | 2 | 38 | 0 | 3E | 12A | 27 | 1B |
| Octal | 137 | 53 | 141 | 2 | 70 | 0 | 76 | 452 | 47 | 33 |
| Binary | 1011111 | 101011 | 1100001 | 10 | 111000 | 0 | 111110 | 100101010 | 100111 | 11011 |
Color Harmonies of #5F2B61
Complementary color
Monochromatic Colors of #5F2B61
Black with #5F2B61
Text Example
Text Example
White with #5F2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2B61; }
p { color: rgb(95,43,97); }
H1.HeaderClassName
{
color: #5F2B61;
}
.AnyTagClassName
{
color: #5F2B61;
}
</style>
background-color css
<style>
a { background-color: #5F2B61; }
a { background-color: rgb(95,43,97); }
div.DivClassName
{
background-color: #5F2B61;
}
.BgClassName
{
background-color: #5F2B61;
}
</style>
border-color css
<style>
span { border-color: #5F2B61; }
span { border-color: rgb(95,43,97); }
td.TdClassName
{
border-color: #5F2B61;
}
.TagClassName
{
border-color: #5F2B61;
}
</style>