Shades of Palatinate Purple #5C214E
Tints of Palatinate Purple #5C214E
RGB
CMYK
RGB Variations
Color information
#5C214E (or 0x5C214E) is known color: Palatinate Purple. HEX triplet: 5C, 21 and 4E. RGB value is (92,33,78). Sum of RGB (Red+Green+Blue) = 92+33+78=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C214E is #A3DEB1. Grayscale: #373737. Windows color (decimal): -10739378 or 5120348. OLE color: 5120348.
HSL color Cylindrical-coordinate representation of color #5C214E: hue angle of 314.24º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C214E is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 78 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.64 |
| HSL | 314.24º | 0.47% | 0.25% | - |
| HSV(B) | 314.24º | 0.64% | 0.36% | - |
| XYZ | 6.33 | 3.91 | 7.63 | - |
| YUV | 55.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 78 | 0 | 0.64 | 0.15 | 0.64 | 314.24 | 0.47 | 0.25 |
| Hex | 5C | 21 | 4E | 0 | 40 | F | 40 | 13A | 2F | 19 |
| Octal | 134 | 41 | 116 | 0 | 100 | 17 | 100 | 472 | 57 | 31 |
| Binary | 1011100 | 100001 | 1001110 | 0 | 1000000 | 1111 | 1000000 | 100111010 | 101111 | 11001 |
Color Harmonies of #5C214E
Complementary color
Monochromatic Colors of #5C214E
Black with #5C214E
Text Example
Text Example
White with #5C214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C214E; }
p { color: rgb(92,33,78); }
H1.HeaderClassName
{
color: #5C214E;
}
.AnyTagClassName
{
color: #5C214E;
}
</style>
background-color css
<style>
a { background-color: #5C214E; }
a { background-color: rgb(92,33,78); }
div.DivClassName
{
background-color: #5C214E;
}
.BgClassName
{
background-color: #5C214E;
}
</style>
border-color css
<style>
span { border-color: #5C214E; }
span { border-color: rgb(92,33,78); }
td.TdClassName
{
border-color: #5C214E;
}
.TagClassName
{
border-color: #5C214E;
}
</style>