Shades of Palatinate Purple #5C205A
Tints of Palatinate Purple #5C205A
RGB
CMYK
RGB Variations
Color information
#5C205A (or 0x5C205A) is known color: Palatinate Purple. HEX triplet: 5C, 20 and 5A. RGB value is (92,32,90). Sum of RGB (Red+Green+Blue) = 92+32+90=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C205A is #A3DFA5. Grayscale: #383838. Windows color (decimal): -10739622 or 5906524. OLE color: 5906524.
HSL color Cylindrical-coordinate representation of color #5C205A: hue angle of 302º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C205A is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 90 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.64 |
| HSL | 302º | 0.48% | 0.24% | - |
| HSV(B) | 302º | 0.65% | 0.36% | - |
| XYZ | 6.78 | 4.05 | 10.1 | - |
| YUV | 56.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 90 | 0 | 0.65 | 0.02 | 0.64 | 302 | 0.48 | 0.24 |
| Hex | 5C | 20 | 5A | 0 | 41 | 2 | 40 | 12E | 30 | 18 |
| Octal | 134 | 40 | 132 | 0 | 101 | 2 | 100 | 456 | 60 | 30 |
| Binary | 1011100 | 100000 | 1011010 | 0 | 1000001 | 10 | 1000000 | 100101110 | 110000 | 11000 |
Color Harmonies of #5C205A
Complementary color
Monochromatic Colors of #5C205A
Black with #5C205A
Text Example
Text Example
White with #5C205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C205A; }
p { color: rgb(92,32,90); }
H1.HeaderClassName
{
color: #5C205A;
}
.AnyTagClassName
{
color: #5C205A;
}
</style>
background-color css
<style>
a { background-color: #5C205A; }
a { background-color: rgb(92,32,90); }
div.DivClassName
{
background-color: #5C205A;
}
.BgClassName
{
background-color: #5C205A;
}
</style>
border-color css
<style>
span { border-color: #5C205A; }
span { border-color: rgb(92,32,90); }
td.TdClassName
{
border-color: #5C205A;
}
.TagClassName
{
border-color: #5C205A;
}
</style>