Shades of Palatinate Purple #5C0C68
Tints of Palatinate Purple #5C0C68
RGB
CMYK
RGB Variations
Color information
#5C0C68 (or 0x5C0C68) is known color: Palatinate Purple. HEX triplet: 5C, 0C and 68. RGB value is (92,12,104). Sum of RGB (Red+Green+Blue) = 92+12+104=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0C68 is #A3F397. Grayscale: #2E2E2E. Windows color (decimal): -10744728 or 6818908. OLE color: 6818908.
HSL color Cylindrical-coordinate representation of color #5C0C68: hue angle of 292.17º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0C68 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 12 | 104 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.59 |
| HSL | 292.17º | 0.79% | 0.23% | - |
| HSV(B) | 292.17º | 0.88% | 0.41% | - |
| XYZ | 7.04 | 3.54 | 13.41 | - |
| YUV | 46.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 104 | 0.12 | 0.88 | 0 | 0.59 | 292.17 | 0.79 | 0.23 |
| Hex | 5C | C | 68 | C | 58 | 0 | 3B | 124 | 4F | 17 |
| Octal | 134 | 14 | 150 | 14 | 130 | 0 | 73 | 444 | 117 | 27 |
| Binary | 1011100 | 1100 | 1101000 | 1100 | 1011000 | 0 | 111011 | 100100100 | 1001111 | 10111 |
Color Harmonies of #5C0C68
Complementary color
Monochromatic Colors of #5C0C68
Black with #5C0C68
Text Example
Text Example
White with #5C0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C68; }
p { color: rgb(92,12,104); }
H1.HeaderClassName
{
color: #5C0C68;
}
.AnyTagClassName
{
color: #5C0C68;
}
</style>
background-color css
<style>
a { background-color: #5C0C68; }
a { background-color: rgb(92,12,104); }
div.DivClassName
{
background-color: #5C0C68;
}
.BgClassName
{
background-color: #5C0C68;
}
</style>
border-color css
<style>
span { border-color: #5C0C68; }
span { border-color: rgb(92,12,104); }
td.TdClassName
{
border-color: #5C0C68;
}
.TagClassName
{
border-color: #5C0C68;
}
</style>