Shades of Palatinate Purple #5D135A
Tints of Palatinate Purple #5D135A
RGB
CMYK
RGB Variations
Color information
#5D135A (or 0x5D135A) is known color: Palatinate Purple. HEX triplet: 5D, 13 and 5A. RGB value is (93,19,90). Sum of RGB (Red+Green+Blue) = 93+19+90=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D135A is #A2ECA5. Grayscale: #313131. Windows color (decimal): -10677414 or 5903197. OLE color: 5903197.
HSL color Cylindrical-coordinate representation of color #5D135A: hue angle of 302.43º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D135A is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 90 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.64 |
| HSL | 302.43º | 0.66% | 0.22% | - |
| HSV(B) | 302.43º | 0.8% | 0.36% | - |
| XYZ | 6.59 | 3.53 | 10.01 | - |
| YUV | 49.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 90 | 0 | 0.80 | 0.03 | 0.64 | 302.43 | 0.66 | 0.22 |
| Hex | 5D | 13 | 5A | 0 | 50 | 3 | 40 | 12E | 42 | 16 |
| Octal | 135 | 23 | 132 | 0 | 120 | 3 | 100 | 456 | 102 | 26 |
| Binary | 1011101 | 10011 | 1011010 | 0 | 1010000 | 11 | 1000000 | 100101110 | 1000010 | 10110 |
Color Harmonies of #5D135A
Complementary color
Monochromatic Colors of #5D135A
Black with #5D135A
Text Example
Text Example
White with #5D135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D135A; }
p { color: rgb(93,19,90); }
H1.HeaderClassName
{
color: #5D135A;
}
.AnyTagClassName
{
color: #5D135A;
}
</style>
background-color css
<style>
a { background-color: #5D135A; }
a { background-color: rgb(93,19,90); }
div.DivClassName
{
background-color: #5D135A;
}
.BgClassName
{
background-color: #5D135A;
}
</style>
border-color css
<style>
span { border-color: #5D135A; }
span { border-color: rgb(93,19,90); }
td.TdClassName
{
border-color: #5D135A;
}
.TagClassName
{
border-color: #5D135A;
}
</style>