Shades of Palatinate Purple #5D134F
Tints of Palatinate Purple #5D134F
RGB
CMYK
RGB Variations
Color information
#5D134F (or 0x5D134F) is known color: Palatinate Purple. HEX triplet: 5D, 13 and 4F. RGB value is (93,19,79). Sum of RGB (Red+Green+Blue) = 93+19+79=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D134F is #A2ECB0. Grayscale: #2F2F2F. Windows color (decimal): -10677425 or 5182301. OLE color: 5182301.
HSL color Cylindrical-coordinate representation of color #5D134F: hue angle of 311.35º 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 #5D134F is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 79 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.64 |
| HSL | 311.35º | 0.66% | 0.22% | - |
| HSV(B) | 311.35º | 0.8% | 0.36% | - |
| XYZ | 6.16 | 3.36 | 7.72 | - |
| YUV | 47.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 79 | 0 | 0.80 | 0.15 | 0.64 | 311.35 | 0.66 | 0.22 |
| Hex | 5D | 13 | 4F | 0 | 50 | F | 40 | 137 | 42 | 16 |
| Octal | 135 | 23 | 117 | 0 | 120 | 17 | 100 | 467 | 102 | 26 |
| Binary | 1011101 | 10011 | 1001111 | 0 | 1010000 | 1111 | 1000000 | 100110111 | 1000010 | 10110 |
Color Harmonies of #5D134F
Complementary color
Monochromatic Colors of #5D134F
Black with #5D134F
Text Example
Text Example
White with #5D134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D134F; }
p { color: rgb(93,19,79); }
H1.HeaderClassName
{
color: #5D134F;
}
.AnyTagClassName
{
color: #5D134F;
}
</style>
background-color css
<style>
a { background-color: #5D134F; }
a { background-color: rgb(93,19,79); }
div.DivClassName
{
background-color: #5D134F;
}
.BgClassName
{
background-color: #5D134F;
}
</style>
border-color css
<style>
span { border-color: #5D134F; }
span { border-color: rgb(93,19,79); }
td.TdClassName
{
border-color: #5D134F;
}
.TagClassName
{
border-color: #5D134F;
}
</style>