Shades of Palatinate Purple #5D1262
Tints of Palatinate Purple #5D1262
RGB
CMYK
RGB Variations
Color information
#5D1262 (or 0x5D1262) is known color: Palatinate Purple. HEX triplet: 5D, 12 and 62. RGB value is (93,18,98). Sum of RGB (Red+Green+Blue) = 93+18+98=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D1262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1262 is #A2ED9D. Grayscale: #313131. Windows color (decimal): -10677662 or 6427229. OLE color: 6427229.
HSL color Cylindrical-coordinate representation of color #5D1262: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1262 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 18 | 98 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.62 |
| HSL | 296.25º | 0.69% | 0.23% | - |
| HSV(B) | 296.25º | 0.82% | 0.38% | - |
| XYZ | 6.94 | 3.64 | 11.89 | - |
| YUV | 49.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 98 | 0.05 | 0.82 | 0 | 0.62 | 296.25 | 0.69 | 0.23 |
| Hex | 5D | 12 | 62 | 5 | 52 | 0 | 3E | 128 | 45 | 17 |
| Octal | 135 | 22 | 142 | 5 | 122 | 0 | 76 | 450 | 105 | 27 |
| Binary | 1011101 | 10010 | 1100010 | 101 | 1010010 | 0 | 111110 | 100101000 | 1000101 | 10111 |
Color Harmonies of #5D1262
Complementary color
Monochromatic Colors of #5D1262
Black with #5D1262
Text Example
Text Example
White with #5D1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1262; }
p { color: rgb(93,18,98); }
H1.HeaderClassName
{
color: #5D1262;
}
.AnyTagClassName
{
color: #5D1262;
}
</style>
background-color css
<style>
a { background-color: #5D1262; }
a { background-color: rgb(93,18,98); }
div.DivClassName
{
background-color: #5D1262;
}
.BgClassName
{
background-color: #5D1262;
}
</style>
border-color css
<style>
span { border-color: #5D1262; }
span { border-color: rgb(93,18,98); }
td.TdClassName
{
border-color: #5D1262;
}
.TagClassName
{
border-color: #5D1262;
}
</style>