Shades of Palatinate Purple #5C0D66
Tints of Palatinate Purple #5C0D66
RGB
CMYK
RGB Variations
Color information
#5C0D66 (or 0x5C0D66) is known color: Palatinate Purple. HEX triplet: 5C, 0D and 66. RGB value is (92,13,102). Sum of RGB (Red+Green+Blue) = 92+13+102=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C0D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D66 is #A3F299. Grayscale: #2E2E2E. Windows color (decimal): -10744474 or 6688092. OLE color: 6688092.
HSL color Cylindrical-coordinate representation of color #5C0D66: hue angle of 293.26º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C0D66 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 13 | 102 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.6 |
| HSL | 293.26º | 0.77% | 0.23% | - |
| HSV(B) | 293.26º | 0.87% | 0.4% | - |
| XYZ | 6.96 | 3.52 | 12.88 | - |
| YUV | 46.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 102 | 0.10 | 0.87 | 0 | 0.6 | 293.26 | 0.77 | 0.23 |
| Hex | 5C | D | 66 | A | 57 | 0 | 3C | 125 | 4D | 17 |
| Octal | 134 | 15 | 146 | 12 | 127 | 0 | 74 | 445 | 115 | 27 |
| Binary | 1011100 | 1101 | 1100110 | 1010 | 1010111 | 0 | 111100 | 100100101 | 1001101 | 10111 |
Color Harmonies of #5C0D66
Complementary color
Monochromatic Colors of #5C0D66
Black with #5C0D66
Text Example
Text Example
White with #5C0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D66; }
p { color: rgb(92,13,102); }
H1.HeaderClassName
{
color: #5C0D66;
}
.AnyTagClassName
{
color: #5C0D66;
}
</style>
background-color css
<style>
a { background-color: #5C0D66; }
a { background-color: rgb(92,13,102); }
div.DivClassName
{
background-color: #5C0D66;
}
.BgClassName
{
background-color: #5C0D66;
}
</style>
border-color css
<style>
span { border-color: #5C0D66; }
span { border-color: rgb(92,13,102); }
td.TdClassName
{
border-color: #5C0D66;
}
.TagClassName
{
border-color: #5C0D66;
}
</style>