Shades of Palatinate Purple #5D1266
Tints of Palatinate Purple #5D1266
RGB
CMYK
RGB Variations
Color information
#5D1266 (or 0x5D1266) is known color: Palatinate Purple. HEX triplet: 5D, 12 and 66. RGB value is (93,18,102). Sum of RGB (Red+Green+Blue) = 93+18+102=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1266 is #A2ED99. Grayscale: #313131. Windows color (decimal): -10677658 or 6689373. OLE color: 6689373.
HSL color Cylindrical-coordinate representation of color #5D1266: hue angle of 293.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1266 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 18 | 102 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.6 |
| HSL | 293.57º | 0.7% | 0.24% | - |
| HSV(B) | 293.57º | 0.82% | 0.4% | - |
| XYZ | 7.13 | 3.72 | 12.91 | - |
| YUV | 50 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 102 | 0.09 | 0.82 | 0 | 0.6 | 293.57 | 0.7 | 0.24 |
| Hex | 5D | 12 | 66 | 9 | 52 | 0 | 3C | 126 | 46 | 18 |
| Octal | 135 | 22 | 146 | 11 | 122 | 0 | 74 | 446 | 106 | 30 |
| Binary | 1011101 | 10010 | 1100110 | 1001 | 1010010 | 0 | 111100 | 100100110 | 1000110 | 11000 |
Color Harmonies of #5D1266
Complementary color
Monochromatic Colors of #5D1266
Black with #5D1266
Text Example
Text Example
White with #5D1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1266; }
p { color: rgb(93,18,102); }
H1.HeaderClassName
{
color: #5D1266;
}
.AnyTagClassName
{
color: #5D1266;
}
</style>
background-color css
<style>
a { background-color: #5D1266; }
a { background-color: rgb(93,18,102); }
div.DivClassName
{
background-color: #5D1266;
}
.BgClassName
{
background-color: #5D1266;
}
</style>
border-color css
<style>
span { border-color: #5D1266; }
span { border-color: rgb(93,18,102); }
td.TdClassName
{
border-color: #5D1266;
}
.TagClassName
{
border-color: #5D1266;
}
</style>