Shades of Palatinate Purple #5D1553
Tints of Palatinate Purple #5D1553
RGB
CMYK
RGB Variations
Color information
#5D1553 (or 0x5D1553) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 53. RGB value is (93,21,83). Sum of RGB (Red+Green+Blue) = 93+21+83=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1553 is #A2EAAC. Grayscale: #313131. Windows color (decimal): -10676909 or 5444957. OLE color: 5444957.
HSL color Cylindrical-coordinate representation of color #5D1553: hue angle of 308.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1553 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 83 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.64 |
| HSL | 308.33º | 0.63% | 0.22% | - |
| HSV(B) | 308.33º | 0.77% | 0.36% | - |
| XYZ | 6.34 | 3.49 | 8.52 | - |
| YUV | 49.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 83 | 0 | 0.77 | 0.11 | 0.64 | 308.33 | 0.63 | 0.22 |
| Hex | 5D | 15 | 53 | 0 | 4D | B | 40 | 134 | 3F | 16 |
| Octal | 135 | 25 | 123 | 0 | 115 | 13 | 100 | 464 | 77 | 26 |
| Binary | 1011101 | 10101 | 1010011 | 0 | 1001101 | 1011 | 1000000 | 100110100 | 111111 | 10110 |
Color Harmonies of #5D1553
Complementary color
Monochromatic Colors of #5D1553
Black with #5D1553
Text Example
Text Example
White with #5D1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1553; }
p { color: rgb(93,21,83); }
H1.HeaderClassName
{
color: #5D1553;
}
.AnyTagClassName
{
color: #5D1553;
}
</style>
background-color css
<style>
a { background-color: #5D1553; }
a { background-color: rgb(93,21,83); }
div.DivClassName
{
background-color: #5D1553;
}
.BgClassName
{
background-color: #5D1553;
}
</style>
border-color css
<style>
span { border-color: #5D1553; }
span { border-color: rgb(93,21,83); }
td.TdClassName
{
border-color: #5D1553;
}
.TagClassName
{
border-color: #5D1553;
}
</style>