Shades of Palatinate Purple #5D0854
Tints of Palatinate Purple #5D0854
RGB
CMYK
RGB Variations
Color information
#5D0854 (or 0x5D0854) is known color: Palatinate Purple. HEX triplet: 5D, 08 and 54. RGB value is (93,8,84). Sum of RGB (Red+Green+Blue) = 93+8+84=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0854 is #A2F7AB. Grayscale: #292929. Windows color (decimal): -10680236 or 5507165. OLE color: 5507165.
HSL color Cylindrical-coordinate representation of color #5D0854: hue angle of 306.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0854 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 84 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.64 |
| HSL | 306.35º | 0.84% | 0.2% | - |
| HSV(B) | 306.35º | 0.91% | 0.36% | - |
| XYZ | 6.2 | 3.14 | 8.67 | - |
| YUV | 42.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 84 | 0 | 0.91 | 0.10 | 0.64 | 306.35 | 0.84 | 0.2 |
| Hex | 5D | 8 | 54 | 0 | 5B | A | 40 | 132 | 54 | 14 |
| Octal | 135 | 10 | 124 | 0 | 133 | 12 | 100 | 462 | 124 | 24 |
| Binary | 1011101 | 1000 | 1010100 | 0 | 1011011 | 1010 | 1000000 | 100110010 | 1010100 | 10100 |
Color Harmonies of #5D0854
Complementary color
Monochromatic Colors of #5D0854
Black with #5D0854
Text Example
Text Example
White with #5D0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0854; }
p { color: rgb(93,8,84); }
H1.HeaderClassName
{
color: #5D0854;
}
.AnyTagClassName
{
color: #5D0854;
}
</style>
background-color css
<style>
a { background-color: #5D0854; }
a { background-color: rgb(93,8,84); }
div.DivClassName
{
background-color: #5D0854;
}
.BgClassName
{
background-color: #5D0854;
}
</style>
border-color css
<style>
span { border-color: #5D0854; }
span { border-color: rgb(93,8,84); }
td.TdClassName
{
border-color: #5D0854;
}
.TagClassName
{
border-color: #5D0854;
}
</style>