Shades of Palatinate Purple #5D385C
Tints of Palatinate Purple #5D385C
RGB
CMYK
RGB Variations
Color information
#5D385C (or 0x5D385C) is known color: Palatinate Purple. HEX triplet: 5D, 38 and 5C. RGB value is (93,56,92). Sum of RGB (Red+Green+Blue) = 93+56+92=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D385C is #A2C7A3. Grayscale: #474747. Windows color (decimal): -10667940 or 6043741. OLE color: 6043741.
HSL color Cylindrical-coordinate representation of color #5D385C: hue angle of 301.62º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D385C is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 92 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.64 |
| HSL | 301.62º | 0.25% | 0.29% | - |
| HSV(B) | 301.62º | 0.4% | 0.36% | - |
| XYZ | 7.86 | 5.93 | 10.86 | - |
| YUV | 71.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 92 | 0 | 0.40 | 0.01 | 0.64 | 301.62 | 0.25 | 0.29 |
| Hex | 5D | 38 | 5C | 0 | 28 | 1 | 40 | 12E | 19 | 1D |
| Octal | 135 | 70 | 134 | 0 | 50 | 1 | 100 | 456 | 31 | 35 |
| Binary | 1011101 | 111000 | 1011100 | 0 | 101000 | 1 | 1000000 | 100101110 | 11001 | 11101 |
Color Harmonies of #5D385C
Complementary color
Monochromatic Colors of #5D385C
Black with #5D385C
Text Example
Text Example
White with #5D385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D385C; }
p { color: rgb(93,56,92); }
H1.HeaderClassName
{
color: #5D385C;
}
.AnyTagClassName
{
color: #5D385C;
}
</style>
background-color css
<style>
a { background-color: #5D385C; }
a { background-color: rgb(93,56,92); }
div.DivClassName
{
background-color: #5D385C;
}
.BgClassName
{
background-color: #5D385C;
}
</style>
border-color css
<style>
span { border-color: #5D385C; }
span { border-color: rgb(93,56,92); }
td.TdClassName
{
border-color: #5D385C;
}
.TagClassName
{
border-color: #5D385C;
}
</style>