Shades of Palatinate Purple #5D1056
Tints of Palatinate Purple #5D1056
RGB
CMYK
RGB Variations
Color information
#5D1056 (or 0x5D1056) is known color: Palatinate Purple. HEX triplet: 5D, 10 and 56. RGB value is (93,16,86). Sum of RGB (Red+Green+Blue) = 93+16+86=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1056 is #A2EFA9. Grayscale: #2E2E2E. Windows color (decimal): -10678186 or 5640285. OLE color: 5640285.
HSL color Cylindrical-coordinate representation of color #5D1056: hue angle of 305.45º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1056 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 16 | 86 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.64 |
| HSL | 305.45º | 0.71% | 0.21% | - |
| HSV(B) | 305.45º | 0.83% | 0.36% | - |
| XYZ | 6.38 | 3.37 | 9.12 | - |
| YUV | 47 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 86 | 0 | 0.83 | 0.08 | 0.64 | 305.45 | 0.71 | 0.21 |
| Hex | 5D | 10 | 56 | 0 | 53 | 8 | 40 | 131 | 47 | 15 |
| Octal | 135 | 20 | 126 | 0 | 123 | 10 | 100 | 461 | 107 | 25 |
| Binary | 1011101 | 10000 | 1010110 | 0 | 1010011 | 1000 | 1000000 | 100110001 | 1000111 | 10101 |
Color Harmonies of #5D1056
Complementary color
Monochromatic Colors of #5D1056
Black with #5D1056
Text Example
Text Example
White with #5D1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1056; }
p { color: rgb(93,16,86); }
H1.HeaderClassName
{
color: #5D1056;
}
.AnyTagClassName
{
color: #5D1056;
}
</style>
background-color css
<style>
a { background-color: #5D1056; }
a { background-color: rgb(93,16,86); }
div.DivClassName
{
background-color: #5D1056;
}
.BgClassName
{
background-color: #5D1056;
}
</style>
border-color css
<style>
span { border-color: #5D1056; }
span { border-color: rgb(93,16,86); }
td.TdClassName
{
border-color: #5D1056;
}
.TagClassName
{
border-color: #5D1056;
}
</style>