Shades of Palatinate Purple #5C1066
Tints of Palatinate Purple #5C1066
RGB
CMYK
RGB Variations
Color information
#5C1066 (or 0x5C1066) is known color: Palatinate Purple. HEX triplet: 5C, 10 and 66. RGB value is (92,16,102). Sum of RGB (Red+Green+Blue) = 92+16+102=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C1066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1066 is #A3EF99. Grayscale: #303030. Windows color (decimal): -10743706 or 6688860. OLE color: 6688860.
HSL color Cylindrical-coordinate representation of color #5C1066: hue angle of 293.02º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1066 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 16 | 102 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.6 |
| HSL | 293.02º | 0.73% | 0.23% | - |
| HSV(B) | 293.02º | 0.84% | 0.4% | - |
| XYZ | 7 | 3.61 | 12.9 | - |
| YUV | 48.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 102 | 0.10 | 0.84 | 0 | 0.6 | 293.02 | 0.73 | 0.23 |
| Hex | 5C | 10 | 66 | A | 54 | 0 | 3C | 125 | 49 | 17 |
| Octal | 134 | 20 | 146 | 12 | 124 | 0 | 74 | 445 | 111 | 27 |
| Binary | 1011100 | 10000 | 1100110 | 1010 | 1010100 | 0 | 111100 | 100100101 | 1001001 | 10111 |
Color Harmonies of #5C1066
Complementary color
Monochromatic Colors of #5C1066
Black with #5C1066
Text Example
Text Example
White with #5C1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1066; }
p { color: rgb(92,16,102); }
H1.HeaderClassName
{
color: #5C1066;
}
.AnyTagClassName
{
color: #5C1066;
}
</style>
background-color css
<style>
a { background-color: #5C1066; }
a { background-color: rgb(92,16,102); }
div.DivClassName
{
background-color: #5C1066;
}
.BgClassName
{
background-color: #5C1066;
}
</style>
border-color css
<style>
span { border-color: #5C1066; }
span { border-color: rgb(92,16,102); }
td.TdClassName
{
border-color: #5C1066;
}
.TagClassName
{
border-color: #5C1066;
}
</style>