Shades of Palatinate Purple #5D0F53
Tints of Palatinate Purple #5D0F53
RGB
CMYK
RGB Variations
Color information
#5D0F53 (or 0x5D0F53) is known color: Palatinate Purple. HEX triplet: 5D, 0F and 53. RGB value is (93,15,83). Sum of RGB (Red+Green+Blue) = 93+15+83=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0F53 is #A2F0AC. Grayscale: #2D2D2D. Windows color (decimal): -10678445 or 5443421. OLE color: 5443421.
HSL color Cylindrical-coordinate representation of color #5D0F53: hue angle of 307.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D0F53 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 15 | 83 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.64 |
| HSL | 307.69º | 0.72% | 0.21% | - |
| HSV(B) | 307.69º | 0.84% | 0.36% | - |
| XYZ | 6.25 | 3.29 | 8.49 | - |
| YUV | 46.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 83 | 0 | 0.84 | 0.11 | 0.64 | 307.69 | 0.72 | 0.21 |
| Hex | 5D | F | 53 | 0 | 54 | B | 40 | 134 | 48 | 15 |
| Octal | 135 | 17 | 123 | 0 | 124 | 13 | 100 | 464 | 110 | 25 |
| Binary | 1011101 | 1111 | 1010011 | 0 | 1010100 | 1011 | 1000000 | 100110100 | 1001000 | 10101 |
Color Harmonies of #5D0F53
Complementary color
Monochromatic Colors of #5D0F53
Black with #5D0F53
Text Example
Text Example
White with #5D0F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F53; }
p { color: rgb(93,15,83); }
H1.HeaderClassName
{
color: #5D0F53;
}
.AnyTagClassName
{
color: #5D0F53;
}
</style>
background-color css
<style>
a { background-color: #5D0F53; }
a { background-color: rgb(93,15,83); }
div.DivClassName
{
background-color: #5D0F53;
}
.BgClassName
{
background-color: #5D0F53;
}
</style>
border-color css
<style>
span { border-color: #5D0F53; }
span { border-color: rgb(93,15,83); }
td.TdClassName
{
border-color: #5D0F53;
}
.TagClassName
{
border-color: #5D0F53;
}
</style>