Shades of Palatinate Purple #5C1264
Tints of Palatinate Purple #5C1264
RGB
CMYK
RGB Variations
Color information
#5C1264 (or 0x5C1264) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 64. RGB value is (92,18,100). Sum of RGB (Red+Green+Blue) = 92+18+100=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C1264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1264 is #A3ED9B. Grayscale: #313131. Windows color (decimal): -10743196 or 6558300. OLE color: 6558300.
HSL color Cylindrical-coordinate representation of color #5C1264: hue angle of 294.15º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1264 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 18 | 100 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.61 |
| HSL | 294.15º | 0.69% | 0.23% | - |
| HSV(B) | 294.15º | 0.82% | 0.39% | - |
| XYZ | 6.93 | 3.63 | 12.39 | - |
| YUV | 49.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 100 | 0.08 | 0.82 | 0 | 0.61 | 294.15 | 0.69 | 0.23 |
| Hex | 5C | 12 | 64 | 8 | 52 | 0 | 3D | 126 | 45 | 17 |
| Octal | 134 | 22 | 144 | 10 | 122 | 0 | 75 | 446 | 105 | 27 |
| Binary | 1011100 | 10010 | 1100100 | 1000 | 1010010 | 0 | 111101 | 100100110 | 1000101 | 10111 |
Color Harmonies of #5C1264
Complementary color
Monochromatic Colors of #5C1264
Black with #5C1264
Text Example
Text Example
White with #5C1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1264; }
p { color: rgb(92,18,100); }
H1.HeaderClassName
{
color: #5C1264;
}
.AnyTagClassName
{
color: #5C1264;
}
</style>
background-color css
<style>
a { background-color: #5C1264; }
a { background-color: rgb(92,18,100); }
div.DivClassName
{
background-color: #5C1264;
}
.BgClassName
{
background-color: #5C1264;
}
</style>
border-color css
<style>
span { border-color: #5C1264; }
span { border-color: rgb(92,18,100); }
td.TdClassName
{
border-color: #5C1264;
}
.TagClassName
{
border-color: #5C1264;
}
</style>