Shades of Palatinate Purple #5C0D69
Tints of Palatinate Purple #5C0D69
RGB
CMYK
RGB Variations
Color information
#5C0D69 (or 0x5C0D69) is known color: Palatinate Purple. HEX triplet: 5C, 0D and 69. RGB value is (92,13,105). Sum of RGB (Red+Green+Blue) = 92+13+105=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D69 is #A3F296. Grayscale: #2E2E2E. Windows color (decimal): -10744471 or 6884700. OLE color: 6884700.
HSL color Cylindrical-coordinate representation of color #5C0D69: hue angle of 291.52º degrees, saturation: 0.78, 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 #5C0D69 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 13 | 105 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.59 |
| HSL | 291.52º | 0.78% | 0.23% | - |
| HSV(B) | 291.52º | 0.88% | 0.41% | - |
| XYZ | 7.11 | 3.58 | 13.68 | - |
| YUV | 47.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 105 | 0.12 | 0.88 | 0 | 0.59 | 291.52 | 0.78 | 0.23 |
| Hex | 5C | D | 69 | C | 58 | 0 | 3B | 124 | 4E | 17 |
| Octal | 134 | 15 | 151 | 14 | 130 | 0 | 73 | 444 | 116 | 27 |
| Binary | 1011100 | 1101 | 1101001 | 1100 | 1011000 | 0 | 111011 | 100100100 | 1001110 | 10111 |
Color Harmonies of #5C0D69
Complementary color
Monochromatic Colors of #5C0D69
Black with #5C0D69
Text Example
Text Example
White with #5C0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D69; }
p { color: rgb(92,13,105); }
H1.HeaderClassName
{
color: #5C0D69;
}
.AnyTagClassName
{
color: #5C0D69;
}
</style>
background-color css
<style>
a { background-color: #5C0D69; }
a { background-color: rgb(92,13,105); }
div.DivClassName
{
background-color: #5C0D69;
}
.BgClassName
{
background-color: #5C0D69;
}
</style>
border-color css
<style>
span { border-color: #5C0D69; }
span { border-color: rgb(92,13,105); }
td.TdClassName
{
border-color: #5C0D69;
}
.TagClassName
{
border-color: #5C0D69;
}
</style>