Shades of Palatinate Purple #5C1265
Tints of Palatinate Purple #5C1265
RGB
CMYK
RGB Variations
Color information
#5C1265 (or 0x5C1265) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 65. RGB value is (92,18,101). Sum of RGB (Red+Green+Blue) = 92+18+101=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1265 is #A3ED9A. Grayscale: #313131. Windows color (decimal): -10743195 or 6623836. OLE color: 6623836.
HSL color Cylindrical-coordinate representation of color #5C1265: hue angle of 293.49º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1265 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 18 | 101 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.60 |
| HSL | 293.49º | 0.7% | 0.23% | - |
| HSV(B) | 293.49º | 0.82% | 0.4% | - |
| XYZ | 6.98 | 3.65 | 12.65 | - |
| YUV | 49.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 101 | 0.09 | 0.82 | 0 | 0.60 | 293.49 | 0.7 | 0.23 |
| Hex | 5C | 12 | 65 | 9 | 52 | 0 | 3C | 125 | 46 | 17 |
| Octal | 134 | 22 | 145 | 11 | 122 | 0 | 74 | 445 | 106 | 27 |
| Binary | 1011100 | 10010 | 1100101 | 1001 | 1010010 | 0 | 111100 | 100100101 | 1000110 | 10111 |
Color Harmonies of #5C1265
Complementary color
Monochromatic Colors of #5C1265
Black with #5C1265
Text Example
Text Example
White with #5C1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1265; }
p { color: rgb(92,18,101); }
H1.HeaderClassName
{
color: #5C1265;
}
.AnyTagClassName
{
color: #5C1265;
}
</style>
background-color css
<style>
a { background-color: #5C1265; }
a { background-color: rgb(92,18,101); }
div.DivClassName
{
background-color: #5C1265;
}
.BgClassName
{
background-color: #5C1265;
}
</style>
border-color css
<style>
span { border-color: #5C1265; }
span { border-color: rgb(92,18,101); }
td.TdClassName
{
border-color: #5C1265;
}
.TagClassName
{
border-color: #5C1265;
}
</style>