Shades of Palatinate Purple #5C1450
Tints of Palatinate Purple #5C1450
RGB
CMYK
RGB Variations
Color information
#5C1450 (or 0x5C1450) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 50. RGB value is (92,20,80). Sum of RGB (Red+Green+Blue) = 92+20+80=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1450 is #A3EBAF. Grayscale: #303030. Windows color (decimal): -10742704 or 5248092. OLE color: 5248092.
HSL color Cylindrical-coordinate representation of color #5C1450: hue angle of 310º 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 #5C1450 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 80 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.64 |
| HSL | 310º | 0.64% | 0.22% | - |
| HSV(B) | 310º | 0.78% | 0.36% | - |
| XYZ | 6.11 | 3.35 | 7.91 | - |
| YUV | 48.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 80 | 0 | 0.78 | 0.13 | 0.64 | 310 | 0.64 | 0.22 |
| Hex | 5C | 14 | 50 | 0 | 4E | D | 40 | 136 | 40 | 16 |
| Octal | 134 | 24 | 120 | 0 | 116 | 15 | 100 | 466 | 100 | 26 |
| Binary | 1011100 | 10100 | 1010000 | 0 | 1001110 | 1101 | 1000000 | 100110110 | 1000000 | 10110 |
Color Harmonies of #5C1450
Complementary color
Monochromatic Colors of #5C1450
Black with #5C1450
Text Example
Text Example
White with #5C1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1450; }
p { color: rgb(92,20,80); }
H1.HeaderClassName
{
color: #5C1450;
}
.AnyTagClassName
{
color: #5C1450;
}
</style>
background-color css
<style>
a { background-color: #5C1450; }
a { background-color: rgb(92,20,80); }
div.DivClassName
{
background-color: #5C1450;
}
.BgClassName
{
background-color: #5C1450;
}
</style>
border-color css
<style>
span { border-color: #5C1450; }
span { border-color: rgb(92,20,80); }
td.TdClassName
{
border-color: #5C1450;
}
.TagClassName
{
border-color: #5C1450;
}
</style>