Shades of Palatinate Purple #5F2B5D
Tints of Palatinate Purple #5F2B5D
RGB
CMYK
RGB Variations
Color information
#5F2B5D (or 0x5F2B5D) is known color: Palatinate Purple. HEX triplet: 5F, 2B and 5D. RGB value is (95,43,93). Sum of RGB (Red+Green+Blue) = 95+43+93=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B5D is #A0D4A2. Grayscale: #404040. Windows color (decimal): -10540195 or 6105951. OLE color: 6105951.
HSL color Cylindrical-coordinate representation of color #5F2B5D: hue angle of 302.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F2B5D is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 43 | 93 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.63 |
| HSL | 302.31º | 0.38% | 0.27% | - |
| HSV(B) | 302.31º | 0.55% | 0.37% | - |
| XYZ | 7.56 | 4.95 | 10.91 | - |
| YUV | 64.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 93 | 0 | 0.55 | 0.02 | 0.63 | 302.31 | 0.38 | 0.27 |
| Hex | 5F | 2B | 5D | 0 | 37 | 2 | 3F | 12E | 26 | 1B |
| Octal | 137 | 53 | 135 | 0 | 67 | 2 | 77 | 456 | 46 | 33 |
| Binary | 1011111 | 101011 | 1011101 | 0 | 110111 | 10 | 111111 | 100101110 | 100110 | 11011 |
Color Harmonies of #5F2B5D
Complementary color
Monochromatic Colors of #5F2B5D
Black with #5F2B5D
Text Example
Text Example
White with #5F2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2B5D; }
p { color: rgb(95,43,93); }
H1.HeaderClassName
{
color: #5F2B5D;
}
.AnyTagClassName
{
color: #5F2B5D;
}
</style>
background-color css
<style>
a { background-color: #5F2B5D; }
a { background-color: rgb(95,43,93); }
div.DivClassName
{
background-color: #5F2B5D;
}
.BgClassName
{
background-color: #5F2B5D;
}
</style>
border-color css
<style>
span { border-color: #5F2B5D; }
span { border-color: rgb(95,43,93); }
td.TdClassName
{
border-color: #5F2B5D;
}
.TagClassName
{
border-color: #5F2B5D;
}
</style>