Shades of Palatinate Purple #5F1954
Tints of Palatinate Purple #5F1954
RGB
CMYK
RGB Variations
Color information
#5F1954 (or 0x5F1954) is known color: Palatinate Purple. HEX triplet: 5F, 19 and 54. RGB value is (95,25,84). Sum of RGB (Red+Green+Blue) = 95+25+84=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1954 is #A0E6AB. Grayscale: #343434. Windows color (decimal): -10544812 or 5511519. OLE color: 5511519.
HSL color Cylindrical-coordinate representation of color #5F1954: hue angle of 309.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1954 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 84 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.63 |
| HSL | 309.43º | 0.58% | 0.24% | - |
| HSV(B) | 309.43º | 0.74% | 0.37% | - |
| XYZ | 6.67 | 3.77 | 8.76 | - |
| YUV | 52.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 84 | 0 | 0.74 | 0.12 | 0.63 | 309.43 | 0.58 | 0.24 |
| Hex | 5F | 19 | 54 | 0 | 4A | C | 3F | 135 | 3A | 18 |
| Octal | 137 | 31 | 124 | 0 | 112 | 14 | 77 | 465 | 72 | 30 |
| Binary | 1011111 | 11001 | 1010100 | 0 | 1001010 | 1100 | 111111 | 100110101 | 111010 | 11000 |
Color Harmonies of #5F1954
Complementary color
Monochromatic Colors of #5F1954
Black with #5F1954
Text Example
Text Example
White with #5F1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1954; }
p { color: rgb(95,25,84); }
H1.HeaderClassName
{
color: #5F1954;
}
.AnyTagClassName
{
color: #5F1954;
}
</style>
background-color css
<style>
a { background-color: #5F1954; }
a { background-color: rgb(95,25,84); }
div.DivClassName
{
background-color: #5F1954;
}
.BgClassName
{
background-color: #5F1954;
}
</style>
border-color css
<style>
span { border-color: #5F1954; }
span { border-color: rgb(95,25,84); }
td.TdClassName
{
border-color: #5F1954;
}
.TagClassName
{
border-color: #5F1954;
}
</style>