Shades of Palatinate Purple #5C0459
Tints of Palatinate Purple #5C0459
RGB
CMYK
RGB Variations
Color information
#5C0459 (or 0x5C0459) is known color: Palatinate Purple. HEX triplet: 5C, 04 and 59. RGB value is (92,4,89). Sum of RGB (Red+Green+Blue) = 92+4+89=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0459 is #A3FBA6. Grayscale: #272727. Windows color (decimal): -10746791 or 5833820. OLE color: 5833820.
HSL color Cylindrical-coordinate representation of color #5C0459: hue angle of 302.05º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0459 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 89 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.64 |
| HSL | 302.05º | 0.92% | 0.19% | - |
| HSV(B) | 302.05º | 0.96% | 0.36% | - |
| XYZ | 6.26 | 3.08 | 9.72 | - |
| YUV | 40 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 89 | 0 | 0.96 | 0.03 | 0.64 | 302.05 | 0.92 | 0.19 |
| Hex | 5C | 4 | 59 | 0 | 60 | 3 | 40 | 12E | 5C | 13 |
| Octal | 134 | 4 | 131 | 0 | 140 | 3 | 100 | 456 | 134 | 23 |
| Binary | 1011100 | 100 | 1011001 | 0 | 1100000 | 11 | 1000000 | 100101110 | 1011100 | 10011 |
Color Harmonies of #5C0459
Complementary color
Monochromatic Colors of #5C0459
Black with #5C0459
Text Example
Text Example
White with #5C0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0459; }
p { color: rgb(92,4,89); }
H1.HeaderClassName
{
color: #5C0459;
}
.AnyTagClassName
{
color: #5C0459;
}
</style>
background-color css
<style>
a { background-color: #5C0459; }
a { background-color: rgb(92,4,89); }
div.DivClassName
{
background-color: #5C0459;
}
.BgClassName
{
background-color: #5C0459;
}
</style>
border-color css
<style>
span { border-color: #5C0459; }
span { border-color: rgb(92,4,89); }
td.TdClassName
{
border-color: #5C0459;
}
.TagClassName
{
border-color: #5C0459;
}
</style>