Shades of Palatinate Purple #5C1463
Tints of Palatinate Purple #5C1463
RGB
CMYK
RGB Variations
Color information
#5C1463 (or 0x5C1463) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 63. RGB value is (92,20,99). Sum of RGB (Red+Green+Blue) = 92+20+99=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1463 is #A3EB9C. Grayscale: #323232. Windows color (decimal): -10742685 or 6493276. OLE color: 6493276.
HSL color Cylindrical-coordinate representation of color #5C1463: hue angle of 294.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1463 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 20 | 99 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.61 |
| HSL | 294.68º | 0.66% | 0.23% | - |
| HSV(B) | 294.68º | 0.8% | 0.39% | - |
| XYZ | 6.92 | 3.68 | 12.15 | - |
| YUV | 50.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 99 | 0.07 | 0.80 | 0 | 0.61 | 294.68 | 0.66 | 0.23 |
| Hex | 5C | 14 | 63 | 7 | 50 | 0 | 3D | 127 | 42 | 17 |
| Octal | 134 | 24 | 143 | 7 | 120 | 0 | 75 | 447 | 102 | 27 |
| Binary | 1011100 | 10100 | 1100011 | 111 | 1010000 | 0 | 111101 | 100100111 | 1000010 | 10111 |
Color Harmonies of #5C1463
Complementary color
Monochromatic Colors of #5C1463
Black with #5C1463
Text Example
Text Example
White with #5C1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1463; }
p { color: rgb(92,20,99); }
H1.HeaderClassName
{
color: #5C1463;
}
.AnyTagClassName
{
color: #5C1463;
}
</style>
background-color css
<style>
a { background-color: #5C1463; }
a { background-color: rgb(92,20,99); }
div.DivClassName
{
background-color: #5C1463;
}
.BgClassName
{
background-color: #5C1463;
}
</style>
border-color css
<style>
span { border-color: #5C1463; }
span { border-color: rgb(92,20,99); }
td.TdClassName
{
border-color: #5C1463;
}
.TagClassName
{
border-color: #5C1463;
}
</style>