Shades of Palatinate Purple #5C1353
Tints of Palatinate Purple #5C1353
RGB
CMYK
RGB Variations
Color information
#5C1353 (or 0x5C1353) is known color: Palatinate Purple. HEX triplet: 5C, 13 and 53. RGB value is (92,19,83). Sum of RGB (Red+Green+Blue) = 92+19+83=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1353 is #A3ECAC. Grayscale: #2F2F2F. Windows color (decimal): -10742957 or 5444444. OLE color: 5444444.
HSL color Cylindrical-coordinate representation of color #5C1353: hue angle of 307.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1353 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 83 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.64 |
| HSL | 307.4º | 0.66% | 0.22% | - |
| HSV(B) | 307.4º | 0.79% | 0.36% | - |
| XYZ | 6.21 | 3.37 | 8.51 | - |
| YUV | 48.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 83 | 0 | 0.79 | 0.10 | 0.64 | 307.4 | 0.66 | 0.22 |
| Hex | 5C | 13 | 53 | 0 | 4F | A | 40 | 133 | 42 | 16 |
| Octal | 134 | 23 | 123 | 0 | 117 | 12 | 100 | 463 | 102 | 26 |
| Binary | 1011100 | 10011 | 1010011 | 0 | 1001111 | 1010 | 1000000 | 100110011 | 1000010 | 10110 |
Color Harmonies of #5C1353
Complementary color
Monochromatic Colors of #5C1353
Black with #5C1353
Text Example
Text Example
White with #5C1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1353; }
p { color: rgb(92,19,83); }
H1.HeaderClassName
{
color: #5C1353;
}
.AnyTagClassName
{
color: #5C1353;
}
</style>
background-color css
<style>
a { background-color: #5C1353; }
a { background-color: rgb(92,19,83); }
div.DivClassName
{
background-color: #5C1353;
}
.BgClassName
{
background-color: #5C1353;
}
</style>
border-color css
<style>
span { border-color: #5C1353; }
span { border-color: rgb(92,19,83); }
td.TdClassName
{
border-color: #5C1353;
}
.TagClassName
{
border-color: #5C1353;
}
</style>