Shades of Palatinate Purple #5F1254
Tints of Palatinate Purple #5F1254
RGB
CMYK
RGB Variations
Color information
#5F1254 (or 0x5F1254) is known color: Palatinate Purple. HEX triplet: 5F, 12 and 54. RGB value is (95,18,84). Sum of RGB (Red+Green+Blue) = 95+18+84=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1254 is #A0EDAB. Grayscale: #303030. Windows color (decimal): -10546604 or 5509727. OLE color: 5509727.
HSL color Cylindrical-coordinate representation of color #5F1254: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1254 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 84 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.63 |
| HSL | 308.57º | 0.68% | 0.22% | - |
| HSV(B) | 308.57º | 0.81% | 0.37% | - |
| XYZ | 6.54 | 3.51 | 8.72 | - |
| YUV | 48.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 84 | 0 | 0.81 | 0.12 | 0.63 | 308.57 | 0.68 | 0.22 |
| Hex | 5F | 12 | 54 | 0 | 51 | C | 3F | 135 | 44 | 16 |
| Octal | 137 | 22 | 124 | 0 | 121 | 14 | 77 | 465 | 104 | 26 |
| Binary | 1011111 | 10010 | 1010100 | 0 | 1010001 | 1100 | 111111 | 100110101 | 1000100 | 10110 |
Color Harmonies of #5F1254
Complementary color
Monochromatic Colors of #5F1254
Black with #5F1254
Text Example
Text Example
White with #5F1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1254; }
p { color: rgb(95,18,84); }
H1.HeaderClassName
{
color: #5F1254;
}
.AnyTagClassName
{
color: #5F1254;
}
</style>
background-color css
<style>
a { background-color: #5F1254; }
a { background-color: rgb(95,18,84); }
div.DivClassName
{
background-color: #5F1254;
}
.BgClassName
{
background-color: #5F1254;
}
</style>
border-color css
<style>
span { border-color: #5F1254; }
span { border-color: rgb(95,18,84); }
td.TdClassName
{
border-color: #5F1254;
}
.TagClassName
{
border-color: #5F1254;
}
</style>