Shades of Palatinate Purple #5C1460
Tints of Palatinate Purple #5C1460
RGB
CMYK
RGB Variations
Color information
#5C1460 (or 0x5C1460) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 60. RGB value is (92,20,96). Sum of RGB (Red+Green+Blue) = 92+20+96=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C1460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1460 is #A3EB9F. Grayscale: #313131. Windows color (decimal): -10742688 or 6296668. OLE color: 6296668.
HSL color Cylindrical-coordinate representation of color #5C1460: hue angle of 296.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1460 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 20 | 96 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.62 |
| HSL | 296.84º | 0.66% | 0.23% | - |
| HSV(B) | 296.84º | 0.79% | 0.38% | - |
| XYZ | 6.78 | 3.62 | 11.41 | - |
| YUV | 50.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 96 | 0.04 | 0.79 | 0 | 0.62 | 296.84 | 0.66 | 0.23 |
| Hex | 5C | 14 | 60 | 4 | 4F | 0 | 3E | 129 | 42 | 17 |
| Octal | 134 | 24 | 140 | 4 | 117 | 0 | 76 | 451 | 102 | 27 |
| Binary | 1011100 | 10100 | 1100000 | 100 | 1001111 | 0 | 111110 | 100101001 | 1000010 | 10111 |
Color Harmonies of #5C1460
Complementary color
Monochromatic Colors of #5C1460
Black with #5C1460
Text Example
Text Example
White with #5C1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1460; }
p { color: rgb(92,20,96); }
H1.HeaderClassName
{
color: #5C1460;
}
.AnyTagClassName
{
color: #5C1460;
}
</style>
background-color css
<style>
a { background-color: #5C1460; }
a { background-color: rgb(92,20,96); }
div.DivClassName
{
background-color: #5C1460;
}
.BgClassName
{
background-color: #5C1460;
}
</style>
border-color css
<style>
span { border-color: #5C1460; }
span { border-color: rgb(92,20,96); }
td.TdClassName
{
border-color: #5C1460;
}
.TagClassName
{
border-color: #5C1460;
}
</style>