Shades of Palatinate Purple #5D114F
Tints of Palatinate Purple #5D114F
RGB
CMYK
RGB Variations
Color information
#5D114F (or 0x5D114F) is known color: Palatinate Purple. HEX triplet: 5D, 11 and 4F. RGB value is (93,17,79). Sum of RGB (Red+Green+Blue) = 93+17+79=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D114F is #A2EEB0. Grayscale: #2E2E2E. Windows color (decimal): -10677937 or 5181789. OLE color: 5181789.
HSL color Cylindrical-coordinate representation of color #5D114F: hue angle of 311.05º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D114F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 79 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.64 |
| HSL | 311.05º | 0.69% | 0.22% | - |
| HSV(B) | 311.05º | 0.82% | 0.36% | - |
| XYZ | 6.13 | 3.29 | 7.71 | - |
| YUV | 46.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 79 | 0 | 0.82 | 0.15 | 0.64 | 311.05 | 0.69 | 0.22 |
| Hex | 5D | 11 | 4F | 0 | 52 | F | 40 | 137 | 45 | 16 |
| Octal | 135 | 21 | 117 | 0 | 122 | 17 | 100 | 467 | 105 | 26 |
| Binary | 1011101 | 10001 | 1001111 | 0 | 1010010 | 1111 | 1000000 | 100110111 | 1000101 | 10110 |
Color Harmonies of #5D114F
Complementary color
Monochromatic Colors of #5D114F
Black with #5D114F
Text Example
Text Example
White with #5D114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D114F; }
p { color: rgb(93,17,79); }
H1.HeaderClassName
{
color: #5D114F;
}
.AnyTagClassName
{
color: #5D114F;
}
</style>
background-color css
<style>
a { background-color: #5D114F; }
a { background-color: rgb(93,17,79); }
div.DivClassName
{
background-color: #5D114F;
}
.BgClassName
{
background-color: #5D114F;
}
</style>
border-color css
<style>
span { border-color: #5D114F; }
span { border-color: rgb(93,17,79); }
td.TdClassName
{
border-color: #5D114F;
}
.TagClassName
{
border-color: #5D114F;
}
</style>