Shades of Palatinate Purple #5C244F
Tints of Palatinate Purple #5C244F
RGB
CMYK
RGB Variations
Color information
#5C244F (or 0x5C244F) is known color: Palatinate Purple. HEX triplet: 5C, 24 and 4F. RGB value is (92,36,79). Sum of RGB (Red+Green+Blue) = 92+36+79=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C244F is #A3DBB0. Grayscale: #393939. Windows color (decimal): -10738609 or 5186652. OLE color: 5186652.
HSL color Cylindrical-coordinate representation of color #5C244F: hue angle of 313.93º 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 #5C244F is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 36 | 79 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.64 |
| HSL | 313.93º | 0.44% | 0.25% | - |
| HSV(B) | 313.93º | 0.61% | 0.36% | - |
| XYZ | 6.46 | 4.1 | 7.85 | - |
| YUV | 57.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 79 | 0 | 0.61 | 0.14 | 0.64 | 313.93 | 0.44 | 0.25 |
| Hex | 5C | 24 | 4F | 0 | 3D | E | 40 | 13A | 2C | 19 |
| Octal | 134 | 44 | 117 | 0 | 75 | 16 | 100 | 472 | 54 | 31 |
| Binary | 1011100 | 100100 | 1001111 | 0 | 111101 | 1110 | 1000000 | 100111010 | 101100 | 11001 |
Color Harmonies of #5C244F
Complementary color
Monochromatic Colors of #5C244F
Black with #5C244F
Text Example
Text Example
White with #5C244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C244F; }
p { color: rgb(92,36,79); }
H1.HeaderClassName
{
color: #5C244F;
}
.AnyTagClassName
{
color: #5C244F;
}
</style>
background-color css
<style>
a { background-color: #5C244F; }
a { background-color: rgb(92,36,79); }
div.DivClassName
{
background-color: #5C244F;
}
.BgClassName
{
background-color: #5C244F;
}
</style>
border-color css
<style>
span { border-color: #5C244F; }
span { border-color: rgb(92,36,79); }
td.TdClassName
{
border-color: #5C244F;
}
.TagClassName
{
border-color: #5C244F;
}
</style>