Shades of Palatinate Purple #5D184E
Tints of Palatinate Purple #5D184E
RGB
CMYK
RGB Variations
Color information
#5D184E (or 0x5D184E) is known color: Palatinate Purple. HEX triplet: 5D, 18 and 4E. RGB value is (93,24,78). Sum of RGB (Red+Green+Blue) = 93+24+78=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D184E is #A2E7B1. Grayscale: #323232. Windows color (decimal): -10676146 or 5118045. OLE color: 5118045.
HSL color Cylindrical-coordinate representation of color #5D184E: hue angle of 313.04º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D184E is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 78 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.64 |
| HSL | 313.04º | 0.59% | 0.23% | - |
| HSV(B) | 313.04º | 0.74% | 0.36% | - |
| XYZ | 6.22 | 3.53 | 7.56 | - |
| YUV | 50.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 78 | 0 | 0.74 | 0.16 | 0.64 | 313.04 | 0.59 | 0.23 |
| Hex | 5D | 18 | 4E | 0 | 4A | 10 | 40 | 139 | 3B | 17 |
| Octal | 135 | 30 | 116 | 0 | 112 | 20 | 100 | 471 | 73 | 27 |
| Binary | 1011101 | 11000 | 1001110 | 0 | 1001010 | 10000 | 1000000 | 100111001 | 111011 | 10111 |
Color Harmonies of #5D184E
Complementary color
Monochromatic Colors of #5D184E
Black with #5D184E
Text Example
Text Example
White with #5D184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D184E; }
p { color: rgb(93,24,78); }
H1.HeaderClassName
{
color: #5D184E;
}
.AnyTagClassName
{
color: #5D184E;
}
</style>
background-color css
<style>
a { background-color: #5D184E; }
a { background-color: rgb(93,24,78); }
div.DivClassName
{
background-color: #5D184E;
}
.BgClassName
{
background-color: #5D184E;
}
</style>
border-color css
<style>
span { border-color: #5D184E; }
span { border-color: rgb(93,24,78); }
td.TdClassName
{
border-color: #5D184E;
}
.TagClassName
{
border-color: #5D184E;
}
</style>