Shades of Palatinate Purple #5D045F
Tints of Palatinate Purple #5D045F
RGB
CMYK
RGB Variations
Color information
#5D045F (or 0x5D045F) is known color: Palatinate Purple. HEX triplet: 5D, 04 and 5F. RGB value is (93,4,95). Sum of RGB (Red+Green+Blue) = 93+4+95=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D045F is #A2FBA0. Grayscale: #282828. Windows color (decimal): -10681249 or 6227037. OLE color: 6227037.
HSL color Cylindrical-coordinate representation of color #5D045F: hue angle of 298.68º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D045F is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 4 | 95 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.63 |
| HSL | 298.68º | 0.92% | 0.19% | - |
| HSV(B) | 298.68º | 0.96% | 0.37% | - |
| XYZ | 6.62 | 3.24 | 11.1 | - |
| YUV | 40.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 95 | 0.02 | 0.96 | 0 | 0.63 | 298.68 | 0.92 | 0.19 |
| Hex | 5D | 4 | 5F | 2 | 60 | 0 | 3F | 12B | 5C | 13 |
| Octal | 135 | 4 | 137 | 2 | 140 | 0 | 77 | 453 | 134 | 23 |
| Binary | 1011101 | 100 | 1011111 | 10 | 1100000 | 0 | 111111 | 100101011 | 1011100 | 10011 |
Color Harmonies of #5D045F
Complementary color
Monochromatic Colors of #5D045F
Black with #5D045F
Text Example
Text Example
White with #5D045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D045F; }
p { color: rgb(93,4,95); }
H1.HeaderClassName
{
color: #5D045F;
}
.AnyTagClassName
{
color: #5D045F;
}
</style>
background-color css
<style>
a { background-color: #5D045F; }
a { background-color: rgb(93,4,95); }
div.DivClassName
{
background-color: #5D045F;
}
.BgClassName
{
background-color: #5D045F;
}
</style>
border-color css
<style>
span { border-color: #5D045F; }
span { border-color: rgb(93,4,95); }
td.TdClassName
{
border-color: #5D045F;
}
.TagClassName
{
border-color: #5D045F;
}
</style>