Shades of Palatinate Purple #5D1154
Tints of Palatinate Purple #5D1154
RGB
CMYK
RGB Variations
Color information
#5D1154 (or 0x5D1154) is known color: Palatinate Purple. HEX triplet: 5D, 11 and 54. RGB value is (93,17,84). Sum of RGB (Red+Green+Blue) = 93+17+84=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1154 is #A2EEAB. Grayscale: #2F2F2F. Windows color (decimal): -10677932 or 5509469. OLE color: 5509469.
HSL color Cylindrical-coordinate representation of color #5D1154: hue angle of 307.11º 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 #5D1154 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 84 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.64 |
| HSL | 307.11º | 0.69% | 0.22% | - |
| HSV(B) | 307.11º | 0.82% | 0.36% | - |
| XYZ | 6.31 | 3.37 | 8.7 | - |
| YUV | 47.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 84 | 0 | 0.82 | 0.10 | 0.64 | 307.11 | 0.69 | 0.22 |
| Hex | 5D | 11 | 54 | 0 | 52 | A | 40 | 133 | 45 | 16 |
| Octal | 135 | 21 | 124 | 0 | 122 | 12 | 100 | 463 | 105 | 26 |
| Binary | 1011101 | 10001 | 1010100 | 0 | 1010010 | 1010 | 1000000 | 100110011 | 1000101 | 10110 |
Color Harmonies of #5D1154
Complementary color
Monochromatic Colors of #5D1154
Black with #5D1154
Text Example
Text Example
White with #5D1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1154; }
p { color: rgb(93,17,84); }
H1.HeaderClassName
{
color: #5D1154;
}
.AnyTagClassName
{
color: #5D1154;
}
</style>
background-color css
<style>
a { background-color: #5D1154; }
a { background-color: rgb(93,17,84); }
div.DivClassName
{
background-color: #5D1154;
}
.BgClassName
{
background-color: #5D1154;
}
</style>
border-color css
<style>
span { border-color: #5D1154; }
span { border-color: rgb(93,17,84); }
td.TdClassName
{
border-color: #5D1154;
}
.TagClassName
{
border-color: #5D1154;
}
</style>