Shades of Palatinate Purple #5F1357
Tints of Palatinate Purple #5F1357
RGB
CMYK
RGB Variations
Color information
#5F1357 (or 0x5F1357) is known color: Palatinate Purple. HEX triplet: 5F, 13 and 57. RGB value is (95,19,87). Sum of RGB (Red+Green+Blue) = 95+19+87=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1357 is #A0ECA8. Grayscale: #313131. Windows color (decimal): -10546345 or 5706591. OLE color: 5706591.
HSL color Cylindrical-coordinate representation of color #5F1357: hue angle of 306.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1357 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 87 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.63 |
| HSL | 306.32º | 0.67% | 0.22% | - |
| HSV(B) | 306.32º | 0.8% | 0.37% | - |
| XYZ | 6.67 | 3.59 | 9.36 | - |
| YUV | 49.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 87 | 0 | 0.80 | 0.08 | 0.63 | 306.32 | 0.67 | 0.22 |
| Hex | 5F | 13 | 57 | 0 | 50 | 8 | 3F | 132 | 43 | 16 |
| Octal | 137 | 23 | 127 | 0 | 120 | 10 | 77 | 462 | 103 | 26 |
| Binary | 1011111 | 10011 | 1010111 | 0 | 1010000 | 1000 | 111111 | 100110010 | 1000011 | 10110 |
Color Harmonies of #5F1357
Complementary color
Monochromatic Colors of #5F1357
Black with #5F1357
Text Example
Text Example
White with #5F1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1357; }
p { color: rgb(95,19,87); }
H1.HeaderClassName
{
color: #5F1357;
}
.AnyTagClassName
{
color: #5F1357;
}
</style>
background-color css
<style>
a { background-color: #5F1357; }
a { background-color: rgb(95,19,87); }
div.DivClassName
{
background-color: #5F1357;
}
.BgClassName
{
background-color: #5F1357;
}
</style>
border-color css
<style>
span { border-color: #5F1357; }
span { border-color: rgb(95,19,87); }
td.TdClassName
{
border-color: #5F1357;
}
.TagClassName
{
border-color: #5F1357;
}
</style>