Shades of Palatinate Purple #5D1261
Tints of Palatinate Purple #5D1261
RGB
CMYK
RGB Variations
Color information
#5D1261 (or 0x5D1261) is known color: Palatinate Purple. HEX triplet: 5D, 12 and 61. RGB value is (93,18,97). Sum of RGB (Red+Green+Blue) = 93+18+97=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1261 is #A2ED9E. Grayscale: #313131. Windows color (decimal): -10677663 or 6361693. OLE color: 6361693.
HSL color Cylindrical-coordinate representation of color #5D1261: hue angle of 296.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1261 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 18 | 97 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.62 |
| HSL | 296.96º | 0.69% | 0.23% | - |
| HSV(B) | 296.96º | 0.81% | 0.38% | - |
| XYZ | 6.89 | 3.62 | 11.65 | - |
| YUV | 49.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 97 | 0.04 | 0.81 | 0 | 0.62 | 296.96 | 0.69 | 0.23 |
| Hex | 5D | 12 | 61 | 4 | 51 | 0 | 3E | 129 | 45 | 17 |
| Octal | 135 | 22 | 141 | 4 | 121 | 0 | 76 | 451 | 105 | 27 |
| Binary | 1011101 | 10010 | 1100001 | 100 | 1010001 | 0 | 111110 | 100101001 | 1000101 | 10111 |
Color Harmonies of #5D1261
Complementary color
Monochromatic Colors of #5D1261
Black with #5D1261
Text Example
Text Example
White with #5D1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1261; }
p { color: rgb(93,18,97); }
H1.HeaderClassName
{
color: #5D1261;
}
.AnyTagClassName
{
color: #5D1261;
}
</style>
background-color css
<style>
a { background-color: #5D1261; }
a { background-color: rgb(93,18,97); }
div.DivClassName
{
background-color: #5D1261;
}
.BgClassName
{
background-color: #5D1261;
}
</style>
border-color css
<style>
span { border-color: #5D1261; }
span { border-color: rgb(93,18,97); }
td.TdClassName
{
border-color: #5D1261;
}
.TagClassName
{
border-color: #5D1261;
}
</style>