Shades of Palatinate Purple #5C1754
Tints of Palatinate Purple #5C1754
RGB
CMYK
RGB Variations
Color information
#5C1754 (or 0x5C1754) is known color: Palatinate Purple. HEX triplet: 5C, 17 and 54. RGB value is (92,23,84). Sum of RGB (Red+Green+Blue) = 92+23+84=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1754 is #A3E8AB. Grayscale: #323232. Windows color (decimal): -10741932 or 5511004. OLE color: 5511004.
HSL color Cylindrical-coordinate representation of color #5C1754: hue angle of 306.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1754 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 84 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.64 |
| HSL | 306.96º | 0.6% | 0.23% | - |
| HSV(B) | 306.96º | 0.75% | 0.36% | - |
| XYZ | 6.32 | 3.53 | 8.74 | - |
| YUV | 50.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 84 | 0 | 0.75 | 0.09 | 0.64 | 306.96 | 0.6 | 0.23 |
| Hex | 5C | 17 | 54 | 0 | 4B | 9 | 40 | 133 | 3C | 17 |
| Octal | 134 | 27 | 124 | 0 | 113 | 11 | 100 | 463 | 74 | 27 |
| Binary | 1011100 | 10111 | 1010100 | 0 | 1001011 | 1001 | 1000000 | 100110011 | 111100 | 10111 |
Color Harmonies of #5C1754
Complementary color
Monochromatic Colors of #5C1754
Black with #5C1754
Text Example
Text Example
White with #5C1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1754; }
p { color: rgb(92,23,84); }
H1.HeaderClassName
{
color: #5C1754;
}
.AnyTagClassName
{
color: #5C1754;
}
</style>
background-color css
<style>
a { background-color: #5C1754; }
a { background-color: rgb(92,23,84); }
div.DivClassName
{
background-color: #5C1754;
}
.BgClassName
{
background-color: #5C1754;
}
</style>
border-color css
<style>
span { border-color: #5C1754; }
span { border-color: rgb(92,23,84); }
td.TdClassName
{
border-color: #5C1754;
}
.TagClassName
{
border-color: #5C1754;
}
</style>