Shades of Palatinate Purple #5D055C
Tints of Palatinate Purple #5D055C
RGB
CMYK
RGB Variations
Color information
#5D055C (or 0x5D055C) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 5C. RGB value is (93,5,92). Sum of RGB (Red+Green+Blue) = 93+5+92=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D055C is #A2FAA3. Grayscale: #282828. Windows color (decimal): -10680996 or 6030685. OLE color: 6030685.
HSL color Cylindrical-coordinate representation of color #5D055C: hue angle of 300.68º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D055C is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 92 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.64 |
| HSL | 300.68º | 0.9% | 0.19% | - |
| HSV(B) | 300.68º | 0.95% | 0.36% | - |
| XYZ | 6.5 | 3.21 | 10.4 | - |
| YUV | 41.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 92 | 0 | 0.95 | 0.01 | 0.64 | 300.68 | 0.9 | 0.19 |
| Hex | 5D | 5 | 5C | 0 | 5F | 1 | 40 | 12D | 5A | 13 |
| Octal | 135 | 5 | 134 | 0 | 137 | 1 | 100 | 455 | 132 | 23 |
| Binary | 1011101 | 101 | 1011100 | 0 | 1011111 | 1 | 1000000 | 100101101 | 1011010 | 10011 |
Color Harmonies of #5D055C
Complementary color
Monochromatic Colors of #5D055C
Black with #5D055C
Text Example
Text Example
White with #5D055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D055C; }
p { color: rgb(93,5,92); }
H1.HeaderClassName
{
color: #5D055C;
}
.AnyTagClassName
{
color: #5D055C;
}
</style>
background-color css
<style>
a { background-color: #5D055C; }
a { background-color: rgb(93,5,92); }
div.DivClassName
{
background-color: #5D055C;
}
.BgClassName
{
background-color: #5D055C;
}
</style>
border-color css
<style>
span { border-color: #5D055C; }
span { border-color: rgb(93,5,92); }
td.TdClassName
{
border-color: #5D055C;
}
.TagClassName
{
border-color: #5D055C;
}
</style>