Shades of Palatinate Purple #5D2163
Tints of Palatinate Purple #5D2163
RGB
CMYK
RGB Variations
Color information
#5D2163 (or 0x5D2163) is known color: Palatinate Purple. HEX triplet: 5D, 21 and 63. RGB value is (93,33,99). Sum of RGB (Red+Green+Blue) = 93+33+99=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D2163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2163 is #A2DE9C. Grayscale: #3A3A3A. Windows color (decimal): -10673821 or 6496605. OLE color: 6496605.
HSL color Cylindrical-coordinate representation of color #5D2163: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D2163 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 33 | 99 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.61 |
| HSL | 294.55º | 0.5% | 0.26% | - |
| HSV(B) | 294.55º | 0.67% | 0.39% | - |
| XYZ | 7.31 | 4.32 | 12.25 | - |
| YUV | 58.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 99 | 0.06 | 0.67 | 0 | 0.61 | 294.55 | 0.5 | 0.26 |
| Hex | 5D | 21 | 63 | 6 | 43 | 0 | 3D | 127 | 32 | 1A |
| Octal | 135 | 41 | 143 | 6 | 103 | 0 | 75 | 447 | 62 | 32 |
| Binary | 1011101 | 100001 | 1100011 | 110 | 1000011 | 0 | 111101 | 100100111 | 110010 | 11010 |
Color Harmonies of #5D2163
Complementary color
Monochromatic Colors of #5D2163
Black with #5D2163
Text Example
Text Example
White with #5D2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2163; }
p { color: rgb(93,33,99); }
H1.HeaderClassName
{
color: #5D2163;
}
.AnyTagClassName
{
color: #5D2163;
}
</style>
background-color css
<style>
a { background-color: #5D2163; }
a { background-color: rgb(93,33,99); }
div.DivClassName
{
background-color: #5D2163;
}
.BgClassName
{
background-color: #5D2163;
}
</style>
border-color css
<style>
span { border-color: #5D2163; }
span { border-color: rgb(93,33,99); }
td.TdClassName
{
border-color: #5D2163;
}
.TagClassName
{
border-color: #5D2163;
}
</style>