Shades of Palatinate Purple #5C105A
Tints of Palatinate Purple #5C105A
RGB
CMYK
RGB Variations
Color information
#5C105A (or 0x5C105A) is known color: Palatinate Purple. HEX triplet: 5C, 10 and 5A. RGB value is (92,16,90). Sum of RGB (Red+Green+Blue) = 92+16+90=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C105A is #A3EFA5. Grayscale: #2E2E2E. Windows color (decimal): -10743718 or 5902428. OLE color: 5902428.
HSL color Cylindrical-coordinate representation of color #5C105A: hue angle of 301.58º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C105A is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 90 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.64 |
| HSL | 301.58º | 0.7% | 0.21% | - |
| HSV(B) | 301.58º | 0.83% | 0.36% | - |
| XYZ | 6.44 | 3.38 | 9.99 | - |
| YUV | 47.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 90 | 0 | 0.83 | 0.02 | 0.64 | 301.58 | 0.7 | 0.21 |
| Hex | 5C | 10 | 5A | 0 | 53 | 2 | 40 | 12E | 46 | 15 |
| Octal | 134 | 20 | 132 | 0 | 123 | 2 | 100 | 456 | 106 | 25 |
| Binary | 1011100 | 10000 | 1011010 | 0 | 1010011 | 10 | 1000000 | 100101110 | 1000110 | 10101 |
Color Harmonies of #5C105A
Complementary color
Monochromatic Colors of #5C105A
Black with #5C105A
Text Example
Text Example
White with #5C105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C105A; }
p { color: rgb(92,16,90); }
H1.HeaderClassName
{
color: #5C105A;
}
.AnyTagClassName
{
color: #5C105A;
}
</style>
background-color css
<style>
a { background-color: #5C105A; }
a { background-color: rgb(92,16,90); }
div.DivClassName
{
background-color: #5C105A;
}
.BgClassName
{
background-color: #5C105A;
}
</style>
border-color css
<style>
span { border-color: #5C105A; }
span { border-color: rgb(92,16,90); }
td.TdClassName
{
border-color: #5C105A;
}
.TagClassName
{
border-color: #5C105A;
}
</style>