Shades of Palatinate Purple #5D025A
Tints of Palatinate Purple #5D025A
RGB
CMYK
RGB Variations
Color information
#5D025A (or 0x5D025A) is known color: Palatinate Purple. HEX triplet: 5D, 02 and 5A. RGB value is (93,2,90). Sum of RGB (Red+Green+Blue) = 93+2+90=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D025A is #A2FDA5. Grayscale: #262626. Windows color (decimal): -10681766 or 5898845. OLE color: 5898845.
HSL color Cylindrical-coordinate representation of color #5D025A: hue angle of 301.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D025A is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.64 |
| HSL | 301.98º | 0.96% | 0.19% | - |
| HSV(B) | 301.98º | 0.98% | 0.36% | - |
| XYZ | 6.38 | 3.11 | 9.94 | - |
| YUV | 39.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 90 | 0 | 0.98 | 0.03 | 0.64 | 301.98 | 0.96 | 0.19 |
| Hex | 5D | 2 | 5A | 0 | 62 | 3 | 40 | 12E | 60 | 13 |
| Octal | 135 | 2 | 132 | 0 | 142 | 3 | 100 | 456 | 140 | 23 |
| Binary | 1011101 | 10 | 1011010 | 0 | 1100010 | 11 | 1000000 | 100101110 | 1100000 | 10011 |
Color Harmonies of #5D025A
Complementary color
Monochromatic Colors of #5D025A
Black with #5D025A
Text Example
Text Example
White with #5D025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D025A; }
p { color: rgb(93,2,90); }
H1.HeaderClassName
{
color: #5D025A;
}
.AnyTagClassName
{
color: #5D025A;
}
</style>
background-color css
<style>
a { background-color: #5D025A; }
a { background-color: rgb(93,2,90); }
div.DivClassName
{
background-color: #5D025A;
}
.BgClassName
{
background-color: #5D025A;
}
</style>
border-color css
<style>
span { border-color: #5D025A; }
span { border-color: rgb(93,2,90); }
td.TdClassName
{
border-color: #5D025A;
}
.TagClassName
{
border-color: #5D025A;
}
</style>