Shades of Palatinate Purple #5D245C
Tints of Palatinate Purple #5D245C
RGB
CMYK
RGB Variations
Color information
#5D245C (or 0x5D245C) is known color: Palatinate Purple. HEX triplet: 5D, 24 and 5C. RGB value is (93,36,92). Sum of RGB (Red+Green+Blue) = 93+36+92=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D245C is #A2DBA3. Grayscale: #3B3B3B. Windows color (decimal): -10673060 or 6038621. OLE color: 6038621.
HSL color Cylindrical-coordinate representation of color #5D245C: hue angle of 301.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D245C is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 92 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.64 |
| HSL | 301.05º | 0.44% | 0.25% | - |
| HSV(B) | 301.05º | 0.61% | 0.36% | - |
| XYZ | 7.08 | 4.36 | 10.59 | - |
| YUV | 59.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 92 | 0 | 0.61 | 0.01 | 0.64 | 301.05 | 0.44 | 0.25 |
| Hex | 5D | 24 | 5C | 0 | 3D | 1 | 40 | 12D | 2C | 19 |
| Octal | 135 | 44 | 134 | 0 | 75 | 1 | 100 | 455 | 54 | 31 |
| Binary | 1011101 | 100100 | 1011100 | 0 | 111101 | 1 | 1000000 | 100101101 | 101100 | 11001 |
Color Harmonies of #5D245C
Complementary color
Monochromatic Colors of #5D245C
Black with #5D245C
Text Example
Text Example
White with #5D245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D245C; }
p { color: rgb(93,36,92); }
H1.HeaderClassName
{
color: #5D245C;
}
.AnyTagClassName
{
color: #5D245C;
}
</style>
background-color css
<style>
a { background-color: #5D245C; }
a { background-color: rgb(93,36,92); }
div.DivClassName
{
background-color: #5D245C;
}
.BgClassName
{
background-color: #5D245C;
}
</style>
border-color css
<style>
span { border-color: #5D245C; }
span { border-color: rgb(93,36,92); }
td.TdClassName
{
border-color: #5D245C;
}
.TagClassName
{
border-color: #5D245C;
}
</style>