Shades of Palatinate Purple #5D1150
Tints of Palatinate Purple #5D1150
RGB
CMYK
RGB Variations
Color information
#5D1150 (or 0x5D1150) is known color: Palatinate Purple. HEX triplet: 5D, 11 and 50. RGB value is (93,17,80). Sum of RGB (Red+Green+Blue) = 93+17+80=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1150 is #A2EEAF. Grayscale: #2E2E2E. Windows color (decimal): -10677936 or 5247325. OLE color: 5247325.
HSL color Cylindrical-coordinate representation of color #5D1150: hue angle of 310.26º 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 #5D1150 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 80 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.64 |
| HSL | 310.26º | 0.69% | 0.22% | - |
| HSV(B) | 310.26º | 0.82% | 0.36% | - |
| XYZ | 6.16 | 3.31 | 7.9 | - |
| YUV | 46.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 80 | 0 | 0.82 | 0.14 | 0.64 | 310.26 | 0.69 | 0.22 |
| Hex | 5D | 11 | 50 | 0 | 52 | E | 40 | 136 | 45 | 16 |
| Octal | 135 | 21 | 120 | 0 | 122 | 16 | 100 | 466 | 105 | 26 |
| Binary | 1011101 | 10001 | 1010000 | 0 | 1010010 | 1110 | 1000000 | 100110110 | 1000101 | 10110 |
Color Harmonies of #5D1150
Complementary color
Monochromatic Colors of #5D1150
Black with #5D1150
Text Example
Text Example
White with #5D1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1150; }
p { color: rgb(93,17,80); }
H1.HeaderClassName
{
color: #5D1150;
}
.AnyTagClassName
{
color: #5D1150;
}
</style>
background-color css
<style>
a { background-color: #5D1150; }
a { background-color: rgb(93,17,80); }
div.DivClassName
{
background-color: #5D1150;
}
.BgClassName
{
background-color: #5D1150;
}
</style>
border-color css
<style>
span { border-color: #5D1150; }
span { border-color: rgb(93,17,80); }
td.TdClassName
{
border-color: #5D1150;
}
.TagClassName
{
border-color: #5D1150;
}
</style>