Shades of Palatinate Purple #5C1461
Tints of Palatinate Purple #5C1461
RGB
CMYK
RGB Variations
Color information
#5C1461 (or 0x5C1461) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 61. RGB value is (92,20,97). Sum of RGB (Red+Green+Blue) = 92+20+97=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1461 is #A3EB9E. Grayscale: #323232. Windows color (decimal): -10742687 or 6362204. OLE color: 6362204.
HSL color Cylindrical-coordinate representation of color #5C1461: hue angle of 296.1º 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 #5C1461 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 20 | 97 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.62 |
| HSL | 296.1º | 0.66% | 0.23% | - |
| HSV(B) | 296.1º | 0.79% | 0.38% | - |
| XYZ | 6.82 | 3.64 | 11.65 | - |
| YUV | 50.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 97 | 0.05 | 0.79 | 0 | 0.62 | 296.1 | 0.66 | 0.23 |
| Hex | 5C | 14 | 61 | 5 | 4F | 0 | 3E | 128 | 42 | 17 |
| Octal | 134 | 24 | 141 | 5 | 117 | 0 | 76 | 450 | 102 | 27 |
| Binary | 1011100 | 10100 | 1100001 | 101 | 1001111 | 0 | 111110 | 100101000 | 1000010 | 10111 |
Color Harmonies of #5C1461
Complementary color
Monochromatic Colors of #5C1461
Black with #5C1461
Text Example
Text Example
White with #5C1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1461; }
p { color: rgb(92,20,97); }
H1.HeaderClassName
{
color: #5C1461;
}
.AnyTagClassName
{
color: #5C1461;
}
</style>
background-color css
<style>
a { background-color: #5C1461; }
a { background-color: rgb(92,20,97); }
div.DivClassName
{
background-color: #5C1461;
}
.BgClassName
{
background-color: #5C1461;
}
</style>
border-color css
<style>
span { border-color: #5C1461; }
span { border-color: rgb(92,20,97); }
td.TdClassName
{
border-color: #5C1461;
}
.TagClassName
{
border-color: #5C1461;
}
</style>