Shades of Palatinate Purple #5C125A
Tints of Palatinate Purple #5C125A
RGB
CMYK
RGB Variations
Color information
#5C125A (or 0x5C125A) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 5A. RGB value is (92,18,90). Sum of RGB (Red+Green+Blue) = 92+18+90=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C125A is #A3EDA5. Grayscale: #303030. Windows color (decimal): -10743206 or 5902940. OLE color: 5902940.
HSL color Cylindrical-coordinate representation of color #5C125A: hue angle of 301.62º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C125A is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 90 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.64 |
| HSL | 301.62º | 0.67% | 0.22% | - |
| HSV(B) | 301.62º | 0.8% | 0.36% | - |
| XYZ | 6.48 | 3.45 | 10 | - |
| YUV | 48.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 90 | 0 | 0.80 | 0.02 | 0.64 | 301.62 | 0.67 | 0.22 |
| Hex | 5C | 12 | 5A | 0 | 50 | 2 | 40 | 12E | 43 | 16 |
| Octal | 134 | 22 | 132 | 0 | 120 | 2 | 100 | 456 | 103 | 26 |
| Binary | 1011100 | 10010 | 1011010 | 0 | 1010000 | 10 | 1000000 | 100101110 | 1000011 | 10110 |
Color Harmonies of #5C125A
Complementary color
Monochromatic Colors of #5C125A
Black with #5C125A
Text Example
Text Example
White with #5C125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C125A; }
p { color: rgb(92,18,90); }
H1.HeaderClassName
{
color: #5C125A;
}
.AnyTagClassName
{
color: #5C125A;
}
</style>
background-color css
<style>
a { background-color: #5C125A; }
a { background-color: rgb(92,18,90); }
div.DivClassName
{
background-color: #5C125A;
}
.BgClassName
{
background-color: #5C125A;
}
</style>
border-color css
<style>
span { border-color: #5C125A; }
span { border-color: rgb(92,18,90); }
td.TdClassName
{
border-color: #5C125A;
}
.TagClassName
{
border-color: #5C125A;
}
</style>