Shades of Palatinate Purple #5F1454
Tints of Palatinate Purple #5F1454
RGB
CMYK
RGB Variations
Color information
#5F1454 (or 0x5F1454) is known color: Palatinate Purple. HEX triplet: 5F, 14 and 54. RGB value is (95,20,84). Sum of RGB (Red+Green+Blue) = 95+20+84=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1454 is #A0EBAB. Grayscale: #313131. Windows color (decimal): -10546092 or 5510239. OLE color: 5510239.
HSL color Cylindrical-coordinate representation of color #5F1454: hue angle of 308.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1454 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 84 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.63 |
| HSL | 308.8º | 0.65% | 0.23% | - |
| HSV(B) | 308.8º | 0.79% | 0.37% | - |
| XYZ | 6.57 | 3.57 | 8.73 | - |
| YUV | 49.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 84 | 0 | 0.79 | 0.12 | 0.63 | 308.8 | 0.65 | 0.23 |
| Hex | 5F | 14 | 54 | 0 | 4F | C | 3F | 135 | 41 | 17 |
| Octal | 137 | 24 | 124 | 0 | 117 | 14 | 77 | 465 | 101 | 27 |
| Binary | 1011111 | 10100 | 1010100 | 0 | 1001111 | 1100 | 111111 | 100110101 | 1000001 | 10111 |
Color Harmonies of #5F1454
Complementary color
Monochromatic Colors of #5F1454
Black with #5F1454
Text Example
Text Example
White with #5F1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1454; }
p { color: rgb(95,20,84); }
H1.HeaderClassName
{
color: #5F1454;
}
.AnyTagClassName
{
color: #5F1454;
}
</style>
background-color css
<style>
a { background-color: #5F1454; }
a { background-color: rgb(95,20,84); }
div.DivClassName
{
background-color: #5F1454;
}
.BgClassName
{
background-color: #5F1454;
}
</style>
border-color css
<style>
span { border-color: #5F1454; }
span { border-color: rgb(95,20,84); }
td.TdClassName
{
border-color: #5F1454;
}
.TagClassName
{
border-color: #5F1454;
}
</style>