Shades of Palatinate Purple #5C005D
Tints of Palatinate Purple #5C005D
RGB
CMYK
RGB Variations
Color information
#5C005D (or 0x5C005D) is known color: Palatinate Purple. HEX triplet: 5C, 00 and 5D. RGB value is (92,0,93). Sum of RGB (Red+Green+Blue) = 92+0+93=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C005D is #A3FFA2. Grayscale: #252525. Windows color (decimal): -10747811 or 6094940. OLE color: 6094940.
HSL color Cylindrical-coordinate representation of color #5C005D: hue angle of 299.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C005D is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 93 | - |
| CMYK | 0.01 | 1 | 0 | 0.64 |
| HSL | 299.35º | 1% | 0.18% | - |
| HSV(B) | 299.35º | 1% | 0.36% | - |
| XYZ | 6.39 | 3.07 | 10.61 | - |
| YUV | 38.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 93 | 0.01 | 1 | 0 | 0.64 | 299.35 | 1 | 0.18 |
| Hex | 5C | 0 | 5D | 1 | 64 | 0 | 40 | 12B | 64 | 12 |
| Octal | 134 | 0 | 135 | 1 | 144 | 0 | 100 | 453 | 144 | 22 |
| Binary | 1011100 | 0 | 1011101 | 1 | 1100100 | 0 | 1000000 | 100101011 | 1100100 | 10010 |
Color Harmonies of #5C005D
Complementary color
Monochromatic Colors of #5C005D
Black with #5C005D
Text Example
Text Example
White with #5C005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C005D; }
p { color: rgb(92,0,93); }
H1.HeaderClassName
{
color: #5C005D;
}
.AnyTagClassName
{
color: #5C005D;
}
</style>
background-color css
<style>
a { background-color: #5C005D; }
a { background-color: rgb(92,0,93); }
div.DivClassName
{
background-color: #5C005D;
}
.BgClassName
{
background-color: #5C005D;
}
</style>
border-color css
<style>
span { border-color: #5C005D; }
span { border-color: rgb(92,0,93); }
td.TdClassName
{
border-color: #5C005D;
}
.TagClassName
{
border-color: #5C005D;
}
</style>