Shades of Palatinate Purple #5D244F
Tints of Palatinate Purple #5D244F
RGB
CMYK
RGB Variations
Color information
#5D244F (or 0x5D244F) is known color: Palatinate Purple. HEX triplet: 5D, 24 and 4F. RGB value is (93,36,79). Sum of RGB (Red+Green+Blue) = 93+36+79=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D244F is #A2DBB0. Grayscale: #393939. Windows color (decimal): -10673073 or 5186653. OLE color: 5186653.
HSL color Cylindrical-coordinate representation of color #5D244F: hue angle of 314.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D244F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 79 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.64 |
| HSL | 314.74º | 0.44% | 0.25% | - |
| HSV(B) | 314.74º | 0.61% | 0.36% | - |
| XYZ | 6.56 | 4.15 | 7.85 | - |
| YUV | 57.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 79 | 0 | 0.61 | 0.15 | 0.64 | 314.74 | 0.44 | 0.25 |
| Hex | 5D | 24 | 4F | 0 | 3D | F | 40 | 13B | 2C | 19 |
| Octal | 135 | 44 | 117 | 0 | 75 | 17 | 100 | 473 | 54 | 31 |
| Binary | 1011101 | 100100 | 1001111 | 0 | 111101 | 1111 | 1000000 | 100111011 | 101100 | 11001 |
Color Harmonies of #5D244F
Complementary color
Monochromatic Colors of #5D244F
Black with #5D244F
Text Example
Text Example
White with #5D244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D244F; }
p { color: rgb(93,36,79); }
H1.HeaderClassName
{
color: #5D244F;
}
.AnyTagClassName
{
color: #5D244F;
}
</style>
background-color css
<style>
a { background-color: #5D244F; }
a { background-color: rgb(93,36,79); }
div.DivClassName
{
background-color: #5D244F;
}
.BgClassName
{
background-color: #5D244F;
}
</style>
border-color css
<style>
span { border-color: #5D244F; }
span { border-color: rgb(93,36,79); }
td.TdClassName
{
border-color: #5D244F;
}
.TagClassName
{
border-color: #5D244F;
}
</style>