Shades of Palatinate Purple #5D0D52
Tints of Palatinate Purple #5D0D52
RGB
CMYK
RGB Variations
Color information
#5D0D52 (or 0x5D0D52) is known color: Palatinate Purple. HEX triplet: 5D, 0D and 52. RGB value is (93,13,82). Sum of RGB (Red+Green+Blue) = 93+13+82=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D52 is #A2F2AD. Grayscale: #2C2C2C. Windows color (decimal): -10678958 or 5377373. OLE color: 5377373.
HSL color Cylindrical-coordinate representation of color #5D0D52: hue angle of 308.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D52 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 13 | 82 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.64 |
| HSL | 308.25º | 0.75% | 0.21% | - |
| HSV(B) | 308.25º | 0.86% | 0.36% | - |
| XYZ | 6.18 | 3.22 | 8.28 | - |
| YUV | 44.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 82 | 0 | 0.86 | 0.12 | 0.64 | 308.25 | 0.75 | 0.21 |
| Hex | 5D | D | 52 | 0 | 56 | C | 40 | 134 | 4B | 15 |
| Octal | 135 | 15 | 122 | 0 | 126 | 14 | 100 | 464 | 113 | 25 |
| Binary | 1011101 | 1101 | 1010010 | 0 | 1010110 | 1100 | 1000000 | 100110100 | 1001011 | 10101 |
Color Harmonies of #5D0D52
Complementary color
Monochromatic Colors of #5D0D52
Black with #5D0D52
Text Example
Text Example
White with #5D0D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D52; }
p { color: rgb(93,13,82); }
H1.HeaderClassName
{
color: #5D0D52;
}
.AnyTagClassName
{
color: #5D0D52;
}
</style>
background-color css
<style>
a { background-color: #5D0D52; }
a { background-color: rgb(93,13,82); }
div.DivClassName
{
background-color: #5D0D52;
}
.BgClassName
{
background-color: #5D0D52;
}
</style>
border-color css
<style>
span { border-color: #5D0D52; }
span { border-color: rgb(93,13,82); }
td.TdClassName
{
border-color: #5D0D52;
}
.TagClassName
{
border-color: #5D0D52;
}
</style>