Shades of Palatinate Purple #5D0360
Tints of Palatinate Purple #5D0360
RGB
CMYK
RGB Variations
Color information
#5D0360 (or 0x5D0360) is known color: Palatinate Purple. HEX triplet: 5D, 03 and 60. RGB value is (93,3,96). Sum of RGB (Red+Green+Blue) = 93+3+96=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0360 is #A2FC9F. Grayscale: #282828. Windows color (decimal): -10681504 or 6292317. OLE color: 6292317.
HSL color Cylindrical-coordinate representation of color #5D0360: hue angle of 298.06º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0360 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 3 | 96 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.62 |
| HSL | 298.06º | 0.94% | 0.19% | - |
| HSV(B) | 298.06º | 0.97% | 0.38% | - |
| XYZ | 6.66 | 3.24 | 11.34 | - |
| YUV | 40.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 96 | 0.03 | 0.97 | 0 | 0.62 | 298.06 | 0.94 | 0.19 |
| Hex | 5D | 3 | 60 | 3 | 61 | 0 | 3E | 12A | 5E | 13 |
| Octal | 135 | 3 | 140 | 3 | 141 | 0 | 76 | 452 | 136 | 23 |
| Binary | 1011101 | 11 | 1100000 | 11 | 1100001 | 0 | 111110 | 100101010 | 1011110 | 10011 |
Color Harmonies of #5D0360
Complementary color
Monochromatic Colors of #5D0360
Black with #5D0360
Text Example
Text Example
White with #5D0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0360; }
p { color: rgb(93,3,96); }
H1.HeaderClassName
{
color: #5D0360;
}
.AnyTagClassName
{
color: #5D0360;
}
</style>
background-color css
<style>
a { background-color: #5D0360; }
a { background-color: rgb(93,3,96); }
div.DivClassName
{
background-color: #5D0360;
}
.BgClassName
{
background-color: #5D0360;
}
</style>
border-color css
<style>
span { border-color: #5D0360; }
span { border-color: rgb(93,3,96); }
td.TdClassName
{
border-color: #5D0360;
}
.TagClassName
{
border-color: #5D0360;
}
</style>