Shades of Palatinate Purple #5D125A
Tints of Palatinate Purple #5D125A
RGB
CMYK
RGB Variations
Color information
#5D125A (or 0x5D125A) is known color: Palatinate Purple. HEX triplet: 5D, 12 and 5A. RGB value is (93,18,90). Sum of RGB (Red+Green+Blue) = 93+18+90=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D125A is #A2EDA5. Grayscale: #303030. Windows color (decimal): -10677670 or 5902941. OLE color: 5902941.
HSL color Cylindrical-coordinate representation of color #5D125A: hue angle of 302.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D125A is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 90 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.64 |
| HSL | 302.4º | 0.68% | 0.22% | - |
| HSV(B) | 302.4º | 0.81% | 0.36% | - |
| XYZ | 6.58 | 3.5 | 10 | - |
| YUV | 48.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 90 | 0 | 0.81 | 0.03 | 0.64 | 302.4 | 0.68 | 0.22 |
| Hex | 5D | 12 | 5A | 0 | 51 | 3 | 40 | 12E | 44 | 16 |
| Octal | 135 | 22 | 132 | 0 | 121 | 3 | 100 | 456 | 104 | 26 |
| Binary | 1011101 | 10010 | 1011010 | 0 | 1010001 | 11 | 1000000 | 100101110 | 1000100 | 10110 |
Color Harmonies of #5D125A
Complementary color
Monochromatic Colors of #5D125A
Black with #5D125A
Text Example
Text Example
White with #5D125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D125A; }
p { color: rgb(93,18,90); }
H1.HeaderClassName
{
color: #5D125A;
}
.AnyTagClassName
{
color: #5D125A;
}
</style>
background-color css
<style>
a { background-color: #5D125A; }
a { background-color: rgb(93,18,90); }
div.DivClassName
{
background-color: #5D125A;
}
.BgClassName
{
background-color: #5D125A;
}
</style>
border-color css
<style>
span { border-color: #5D125A; }
span { border-color: rgb(93,18,90); }
td.TdClassName
{
border-color: #5D125A;
}
.TagClassName
{
border-color: #5D125A;
}
</style>