Shades of Palatinate Purple #5C145A
Tints of Palatinate Purple #5C145A
RGB
CMYK
RGB Variations
Color information
#5C145A (or 0x5C145A) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 5A. RGB value is (92,20,90). Sum of RGB (Red+Green+Blue) = 92+20+90=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C145A is #A3EBA5. Grayscale: #313131. Windows color (decimal): -10742694 or 5903452. OLE color: 5903452.
HSL color Cylindrical-coordinate representation of color #5C145A: hue angle of 301.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C145A is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 90 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.64 |
| HSL | 301.67º | 0.64% | 0.22% | - |
| HSV(B) | 301.67º | 0.78% | 0.36% | - |
| XYZ | 6.51 | 3.51 | 10.01 | - |
| YUV | 49.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 90 | 0 | 0.78 | 0.02 | 0.64 | 301.67 | 0.64 | 0.22 |
| Hex | 5C | 14 | 5A | 0 | 4E | 2 | 40 | 12E | 40 | 16 |
| Octal | 134 | 24 | 132 | 0 | 116 | 2 | 100 | 456 | 100 | 26 |
| Binary | 1011100 | 10100 | 1011010 | 0 | 1001110 | 10 | 1000000 | 100101110 | 1000000 | 10110 |
Color Harmonies of #5C145A
Complementary color
Monochromatic Colors of #5C145A
Black with #5C145A
Text Example
Text Example
White with #5C145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C145A; }
p { color: rgb(92,20,90); }
H1.HeaderClassName
{
color: #5C145A;
}
.AnyTagClassName
{
color: #5C145A;
}
</style>
background-color css
<style>
a { background-color: #5C145A; }
a { background-color: rgb(92,20,90); }
div.DivClassName
{
background-color: #5C145A;
}
.BgClassName
{
background-color: #5C145A;
}
</style>
border-color css
<style>
span { border-color: #5C145A; }
span { border-color: rgb(92,20,90); }
td.TdClassName
{
border-color: #5C145A;
}
.TagClassName
{
border-color: #5C145A;
}
</style>