Shades of Palatinate Purple #5C1267
Tints of Palatinate Purple #5C1267
RGB
CMYK
RGB Variations
Color information
#5C1267 (or 0x5C1267) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 67. RGB value is (92,18,103). Sum of RGB (Red+Green+Blue) = 92+18+103=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C1267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1267 is #A3ED98. Grayscale: #313131. Windows color (decimal): -10743193 or 6754908. OLE color: 6754908.
HSL color Cylindrical-coordinate representation of color #5C1267: hue angle of 292.24º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1267 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 18 | 103 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.60 |
| HSL | 292.24º | 0.7% | 0.24% | - |
| HSV(B) | 292.24º | 0.83% | 0.4% | - |
| XYZ | 7.08 | 3.69 | 13.17 | - |
| YUV | 49.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 103 | 0.11 | 0.83 | 0 | 0.60 | 292.24 | 0.7 | 0.24 |
| Hex | 5C | 12 | 67 | B | 53 | 0 | 3C | 124 | 46 | 18 |
| Octal | 134 | 22 | 147 | 13 | 123 | 0 | 74 | 444 | 106 | 30 |
| Binary | 1011100 | 10010 | 1100111 | 1011 | 1010011 | 0 | 111100 | 100100100 | 1000110 | 11000 |
Color Harmonies of #5C1267
Complementary color
Monochromatic Colors of #5C1267
Black with #5C1267
Text Example
Text Example
White with #5C1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1267; }
p { color: rgb(92,18,103); }
H1.HeaderClassName
{
color: #5C1267;
}
.AnyTagClassName
{
color: #5C1267;
}
</style>
background-color css
<style>
a { background-color: #5C1267; }
a { background-color: rgb(92,18,103); }
div.DivClassName
{
background-color: #5C1267;
}
.BgClassName
{
background-color: #5C1267;
}
</style>
border-color css
<style>
span { border-color: #5C1267; }
span { border-color: rgb(92,18,103); }
td.TdClassName
{
border-color: #5C1267;
}
.TagClassName
{
border-color: #5C1267;
}
</style>