Shades of Palatinate Purple #5C125E
Tints of Palatinate Purple #5C125E
RGB
CMYK
RGB Variations
Color information
#5C125E (or 0x5C125E) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 5E. RGB value is (92,18,94). Sum of RGB (Red+Green+Blue) = 92+18+94=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C125E is #A3EDA1. Grayscale: #303030. Windows color (decimal): -10743202 or 6165084. OLE color: 6165084.
HSL color Cylindrical-coordinate representation of color #5C125E: hue angle of 298.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C125E is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 18 | 94 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.63 |
| HSL | 298.42º | 0.68% | 0.22% | - |
| HSV(B) | 298.42º | 0.81% | 0.37% | - |
| XYZ | 6.65 | 3.52 | 10.92 | - |
| YUV | 48.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 94 | 0.02 | 0.81 | 0 | 0.63 | 298.42 | 0.68 | 0.22 |
| Hex | 5C | 12 | 5E | 2 | 51 | 0 | 3F | 12A | 44 | 16 |
| Octal | 134 | 22 | 136 | 2 | 121 | 0 | 77 | 452 | 104 | 26 |
| Binary | 1011100 | 10010 | 1011110 | 10 | 1010001 | 0 | 111111 | 100101010 | 1000100 | 10110 |
Color Harmonies of #5C125E
Complementary color
Monochromatic Colors of #5C125E
Black with #5C125E
Text Example
Text Example
White with #5C125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C125E; }
p { color: rgb(92,18,94); }
H1.HeaderClassName
{
color: #5C125E;
}
.AnyTagClassName
{
color: #5C125E;
}
</style>
background-color css
<style>
a { background-color: #5C125E; }
a { background-color: rgb(92,18,94); }
div.DivClassName
{
background-color: #5C125E;
}
.BgClassName
{
background-color: #5C125E;
}
</style>
border-color css
<style>
span { border-color: #5C125E; }
span { border-color: rgb(92,18,94); }
td.TdClassName
{
border-color: #5C125E;
}
.TagClassName
{
border-color: #5C125E;
}
</style>