Shades of Palatinate Purple #5F155B
Tints of Palatinate Purple #5F155B
RGB
CMYK
RGB Variations
Color information
#5F155B (or 0x5F155B) is known color: Palatinate Purple. HEX triplet: 5F, 15 and 5B. RGB value is (95,21,91). Sum of RGB (Red+Green+Blue) = 95+21+91=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F155B is #A0EAA4. Grayscale: #323232. Windows color (decimal): -10545829 or 5969247. OLE color: 5969247.
HSL color Cylindrical-coordinate representation of color #5F155B: hue angle of 303.24º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F155B is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 21 | 91 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.63 |
| HSL | 303.24º | 0.64% | 0.23% | - |
| HSV(B) | 303.24º | 0.78% | 0.37% | - |
| XYZ | 6.88 | 3.72 | 10.25 | - |
| YUV | 51.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 91 | 0 | 0.78 | 0.04 | 0.63 | 303.24 | 0.64 | 0.23 |
| Hex | 5F | 15 | 5B | 0 | 4E | 4 | 3F | 12F | 40 | 17 |
| Octal | 137 | 25 | 133 | 0 | 116 | 4 | 77 | 457 | 100 | 27 |
| Binary | 1011111 | 10101 | 1011011 | 0 | 1001110 | 100 | 111111 | 100101111 | 1000000 | 10111 |
Color Harmonies of #5F155B
Complementary color
Monochromatic Colors of #5F155B
Black with #5F155B
Text Example
Text Example
White with #5F155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F155B; }
p { color: rgb(95,21,91); }
H1.HeaderClassName
{
color: #5F155B;
}
.AnyTagClassName
{
color: #5F155B;
}
</style>
background-color css
<style>
a { background-color: #5F155B; }
a { background-color: rgb(95,21,91); }
div.DivClassName
{
background-color: #5F155B;
}
.BgClassName
{
background-color: #5F155B;
}
</style>
border-color css
<style>
span { border-color: #5F155B; }
span { border-color: rgb(95,21,91); }
td.TdClassName
{
border-color: #5F155B;
}
.TagClassName
{
border-color: #5F155B;
}
</style>