Shades of Palatinate Purple #5C1068
Tints of Palatinate Purple #5C1068
RGB
CMYK
RGB Variations
Color information
#5C1068 (or 0x5C1068) is known color: Palatinate Purple. HEX triplet: 5C, 10 and 68. RGB value is (92,16,104). Sum of RGB (Red+Green+Blue) = 92+16+104=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1068 is #A3EF97. Grayscale: #303030. Windows color (decimal): -10743704 or 6819932. OLE color: 6819932.
HSL color Cylindrical-coordinate representation of color #5C1068: hue angle of 291.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1068 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 16 | 104 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.59 |
| HSL | 291.82º | 0.73% | 0.24% | - |
| HSV(B) | 291.82º | 0.85% | 0.41% | - |
| XYZ | 7.1 | 3.65 | 13.43 | - |
| YUV | 48.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 104 | 0.12 | 0.85 | 0 | 0.59 | 291.82 | 0.73 | 0.24 |
| Hex | 5C | 10 | 68 | C | 55 | 0 | 3B | 124 | 49 | 18 |
| Octal | 134 | 20 | 150 | 14 | 125 | 0 | 73 | 444 | 111 | 30 |
| Binary | 1011100 | 10000 | 1101000 | 1100 | 1010101 | 0 | 111011 | 100100100 | 1001001 | 11000 |
Color Harmonies of #5C1068
Complementary color
Monochromatic Colors of #5C1068
Black with #5C1068
Text Example
Text Example
White with #5C1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1068; }
p { color: rgb(92,16,104); }
H1.HeaderClassName
{
color: #5C1068;
}
.AnyTagClassName
{
color: #5C1068;
}
</style>
background-color css
<style>
a { background-color: #5C1068; }
a { background-color: rgb(92,16,104); }
div.DivClassName
{
background-color: #5C1068;
}
.BgClassName
{
background-color: #5C1068;
}
</style>
border-color css
<style>
span { border-color: #5C1068; }
span { border-color: rgb(92,16,104); }
td.TdClassName
{
border-color: #5C1068;
}
.TagClassName
{
border-color: #5C1068;
}
</style>