Shades of Palatinate Purple #5D1552
Tints of Palatinate Purple #5D1552
RGB
CMYK
RGB Variations
Color information
#5D1552 (or 0x5D1552) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 52. RGB value is (93,21,82). Sum of RGB (Red+Green+Blue) = 93+21+82=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1552 is #A2EAAD. Grayscale: #313131. Windows color (decimal): -10676910 or 5379421. OLE color: 5379421.
HSL color Cylindrical-coordinate representation of color #5D1552: hue angle of 309.17º 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 #5D1552 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 82 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.64 |
| HSL | 309.17º | 0.63% | 0.22% | - |
| HSV(B) | 309.17º | 0.77% | 0.36% | - |
| XYZ | 6.31 | 3.47 | 8.32 | - |
| YUV | 49.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 82 | 0 | 0.77 | 0.12 | 0.64 | 309.17 | 0.63 | 0.22 |
| Hex | 5D | 15 | 52 | 0 | 4D | C | 40 | 135 | 3F | 16 |
| Octal | 135 | 25 | 122 | 0 | 115 | 14 | 100 | 465 | 77 | 26 |
| Binary | 1011101 | 10101 | 1010010 | 0 | 1001101 | 1100 | 1000000 | 100110101 | 111111 | 10110 |
Color Harmonies of #5D1552
Complementary color
Monochromatic Colors of #5D1552
Black with #5D1552
Text Example
Text Example
White with #5D1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1552; }
p { color: rgb(93,21,82); }
H1.HeaderClassName
{
color: #5D1552;
}
.AnyTagClassName
{
color: #5D1552;
}
</style>
background-color css
<style>
a { background-color: #5D1552; }
a { background-color: rgb(93,21,82); }
div.DivClassName
{
background-color: #5D1552;
}
.BgClassName
{
background-color: #5D1552;
}
</style>
border-color css
<style>
span { border-color: #5D1552; }
span { border-color: rgb(93,21,82); }
td.TdClassName
{
border-color: #5D1552;
}
.TagClassName
{
border-color: #5D1552;
}
</style>