Shades of Palatinate Purple #5C144F
Tints of Palatinate Purple #5C144F
RGB
CMYK
RGB Variations
Color information
#5C144F (or 0x5C144F) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 4F. RGB value is (92,20,79). Sum of RGB (Red+Green+Blue) = 92+20+79=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C144F is #A3EBB0. Grayscale: #303030. Windows color (decimal): -10742705 or 5182556. OLE color: 5182556.
HSL color Cylindrical-coordinate representation of color #5C144F: hue angle of 310.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C144F is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 79 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.64 |
| HSL | 310.83º | 0.64% | 0.22% | - |
| HSV(B) | 310.83º | 0.78% | 0.36% | - |
| XYZ | 6.08 | 3.34 | 7.72 | - |
| YUV | 48.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 79 | 0 | 0.78 | 0.14 | 0.64 | 310.83 | 0.64 | 0.22 |
| Hex | 5C | 14 | 4F | 0 | 4E | E | 40 | 137 | 40 | 16 |
| Octal | 134 | 24 | 117 | 0 | 116 | 16 | 100 | 467 | 100 | 26 |
| Binary | 1011100 | 10100 | 1001111 | 0 | 1001110 | 1110 | 1000000 | 100110111 | 1000000 | 10110 |
Color Harmonies of #5C144F
Complementary color
Monochromatic Colors of #5C144F
Black with #5C144F
Text Example
Text Example
White with #5C144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C144F; }
p { color: rgb(92,20,79); }
H1.HeaderClassName
{
color: #5C144F;
}
.AnyTagClassName
{
color: #5C144F;
}
</style>
background-color css
<style>
a { background-color: #5C144F; }
a { background-color: rgb(92,20,79); }
div.DivClassName
{
background-color: #5C144F;
}
.BgClassName
{
background-color: #5C144F;
}
</style>
border-color css
<style>
span { border-color: #5C144F; }
span { border-color: rgb(92,20,79); }
td.TdClassName
{
border-color: #5C144F;
}
.TagClassName
{
border-color: #5C144F;
}
</style>