Shades of Palatinate Purple #5F1B5B
Tints of Palatinate Purple #5F1B5B
RGB
CMYK
RGB Variations
Color information
#5F1B5B (or 0x5F1B5B) is known color: Palatinate Purple. HEX triplet: 5F, 1B and 5B. RGB value is (95,27,91). Sum of RGB (Red+Green+Blue) = 95+27+91=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1B5B is #A0E4A4. Grayscale: #363636. Windows color (decimal): -10544293 or 5970783. OLE color: 5970783.
HSL color Cylindrical-coordinate representation of color #5F1B5B: hue angle of 303.53º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B5B is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 27 | 91 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.63 |
| HSL | 303.53º | 0.56% | 0.24% | - |
| HSV(B) | 303.53º | 0.72% | 0.37% | - |
| XYZ | 7 | 3.97 | 10.3 | - |
| YUV | 54.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 91 | 0 | 0.72 | 0.04 | 0.63 | 303.53 | 0.56 | 0.24 |
| Hex | 5F | 1B | 5B | 0 | 48 | 4 | 3F | 130 | 38 | 18 |
| Octal | 137 | 33 | 133 | 0 | 110 | 4 | 77 | 460 | 70 | 30 |
| Binary | 1011111 | 11011 | 1011011 | 0 | 1001000 | 100 | 111111 | 100110000 | 111000 | 11000 |
Color Harmonies of #5F1B5B
Complementary color
Monochromatic Colors of #5F1B5B
Black with #5F1B5B
Text Example
Text Example
White with #5F1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B5B; }
p { color: rgb(95,27,91); }
H1.HeaderClassName
{
color: #5F1B5B;
}
.AnyTagClassName
{
color: #5F1B5B;
}
</style>
background-color css
<style>
a { background-color: #5F1B5B; }
a { background-color: rgb(95,27,91); }
div.DivClassName
{
background-color: #5F1B5B;
}
.BgClassName
{
background-color: #5F1B5B;
}
</style>
border-color css
<style>
span { border-color: #5F1B5B; }
span { border-color: rgb(95,27,91); }
td.TdClassName
{
border-color: #5F1B5B;
}
.TagClassName
{
border-color: #5F1B5B;
}
</style>