Shades of Palatinate Purple #5D2360
Tints of Palatinate Purple #5D2360
RGB
CMYK
RGB Variations
Color information
#5D2360 (or 0x5D2360) is known color: Palatinate Purple. HEX triplet: 5D, 23 and 60. RGB value is (93,35,96). Sum of RGB (Red+Green+Blue) = 93+35+96=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2360 is #A2DC9F. Grayscale: #3B3B3B. Windows color (decimal): -10673312 or 6300509. OLE color: 6300509.
HSL color Cylindrical-coordinate representation of color #5D2360: hue angle of 297.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D2360 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 35 | 96 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.62 |
| HSL | 297.05º | 0.47% | 0.26% | - |
| HSV(B) | 297.05º | 0.64% | 0.38% | - |
| XYZ | 7.23 | 4.37 | 11.53 | - |
| YUV | 59.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 96 | 0.03 | 0.64 | 0 | 0.62 | 297.05 | 0.47 | 0.26 |
| Hex | 5D | 23 | 60 | 3 | 40 | 0 | 3E | 129 | 2F | 1A |
| Octal | 135 | 43 | 140 | 3 | 100 | 0 | 76 | 451 | 57 | 32 |
| Binary | 1011101 | 100011 | 1100000 | 11 | 1000000 | 0 | 111110 | 100101001 | 101111 | 11010 |
Color Harmonies of #5D2360
Complementary color
Monochromatic Colors of #5D2360
Black with #5D2360
Text Example
Text Example
White with #5D2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2360; }
p { color: rgb(93,35,96); }
H1.HeaderClassName
{
color: #5D2360;
}
.AnyTagClassName
{
color: #5D2360;
}
</style>
background-color css
<style>
a { background-color: #5D2360; }
a { background-color: rgb(93,35,96); }
div.DivClassName
{
background-color: #5D2360;
}
.BgClassName
{
background-color: #5D2360;
}
</style>
border-color css
<style>
span { border-color: #5D2360; }
span { border-color: rgb(93,35,96); }
td.TdClassName
{
border-color: #5D2360;
}
.TagClassName
{
border-color: #5D2360;
}
</style>