Shades of Palatinate Purple #5C1852
Tints of Palatinate Purple #5C1852
RGB
CMYK
RGB Variations
Color information
#5C1852 (or 0x5C1852) is known color: Palatinate Purple. HEX triplet: 5C, 18 and 52. RGB value is (92,24,82). Sum of RGB (Red+Green+Blue) = 92+24+82=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1852 is #A3E7AD. Grayscale: #323232. Windows color (decimal): -10741678 or 5380188. OLE color: 5380188.
HSL color Cylindrical-coordinate representation of color #5C1852: hue angle of 308.82º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C1852 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 82 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.64 |
| HSL | 308.82º | 0.59% | 0.23% | - |
| HSV(B) | 308.82º | 0.74% | 0.36% | - |
| XYZ | 6.26 | 3.54 | 8.34 | - |
| YUV | 50.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 82 | 0 | 0.74 | 0.11 | 0.64 | 308.82 | 0.59 | 0.23 |
| Hex | 5C | 18 | 52 | 0 | 4A | B | 40 | 135 | 3B | 17 |
| Octal | 134 | 30 | 122 | 0 | 112 | 13 | 100 | 465 | 73 | 27 |
| Binary | 1011100 | 11000 | 1010010 | 0 | 1001010 | 1011 | 1000000 | 100110101 | 111011 | 10111 |
Color Harmonies of #5C1852
Complementary color
Monochromatic Colors of #5C1852
Black with #5C1852
Text Example
Text Example
White with #5C1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1852; }
p { color: rgb(92,24,82); }
H1.HeaderClassName
{
color: #5C1852;
}
.AnyTagClassName
{
color: #5C1852;
}
</style>
background-color css
<style>
a { background-color: #5C1852; }
a { background-color: rgb(92,24,82); }
div.DivClassName
{
background-color: #5C1852;
}
.BgClassName
{
background-color: #5C1852;
}
</style>
border-color css
<style>
span { border-color: #5C1852; }
span { border-color: rgb(92,24,82); }
td.TdClassName
{
border-color: #5C1852;
}
.TagClassName
{
border-color: #5C1852;
}
</style>