Shades of Palatinate Purple #5D195F
Tints of Palatinate Purple #5D195F
RGB
CMYK
RGB Variations
Color information
#5D195F (or 0x5D195F) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 5F. RGB value is (93,25,95). Sum of RGB (Red+Green+Blue) = 93+25+95=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D195F is #A2E6A0. Grayscale: #353535. Windows color (decimal): -10675873 or 6232413. OLE color: 6232413.
HSL color Cylindrical-coordinate representation of color #5D195F: hue angle of 298.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D195F is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 25 | 95 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.63 |
| HSL | 298.29º | 0.58% | 0.24% | - |
| HSV(B) | 298.29º | 0.74% | 0.37% | - |
| XYZ | 6.93 | 3.85 | 11.2 | - |
| YUV | 53.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 95 | 0.02 | 0.74 | 0 | 0.63 | 298.29 | 0.58 | 0.24 |
| Hex | 5D | 19 | 5F | 2 | 4A | 0 | 3F | 12A | 3A | 18 |
| Octal | 135 | 31 | 137 | 2 | 112 | 0 | 77 | 452 | 72 | 30 |
| Binary | 1011101 | 11001 | 1011111 | 10 | 1001010 | 0 | 111111 | 100101010 | 111010 | 11000 |
Color Harmonies of #5D195F
Complementary color
Monochromatic Colors of #5D195F
Black with #5D195F
Text Example
Text Example
White with #5D195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D195F; }
p { color: rgb(93,25,95); }
H1.HeaderClassName
{
color: #5D195F;
}
.AnyTagClassName
{
color: #5D195F;
}
</style>
background-color css
<style>
a { background-color: #5D195F; }
a { background-color: rgb(93,25,95); }
div.DivClassName
{
background-color: #5D195F;
}
.BgClassName
{
background-color: #5D195F;
}
</style>
border-color css
<style>
span { border-color: #5D195F; }
span { border-color: rgb(93,25,95); }
td.TdClassName
{
border-color: #5D195F;
}
.TagClassName
{
border-color: #5D195F;
}
</style>