Shades of Palatinate Purple #5C1367
Tints of Palatinate Purple #5C1367
RGB
CMYK
RGB Variations
Color information
#5C1367 (or 0x5C1367) is known color: Palatinate Purple. HEX triplet: 5C, 13 and 67. RGB value is (92,19,103). Sum of RGB (Red+Green+Blue) = 92+19+103=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C1367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1367 is #A3EC98. Grayscale: #323232. Windows color (decimal): -10742937 or 6755164. OLE color: 6755164.
HSL color Cylindrical-coordinate representation of color #5C1367: hue angle of 292.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1367 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 19 | 103 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.60 |
| HSL | 292.14º | 0.69% | 0.24% | - |
| HSV(B) | 292.14º | 0.82% | 0.4% | - |
| XYZ | 7.09 | 3.72 | 13.18 | - |
| YUV | 50.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 103 | 0.11 | 0.82 | 0 | 0.60 | 292.14 | 0.69 | 0.24 |
| Hex | 5C | 13 | 67 | B | 52 | 0 | 3C | 124 | 45 | 18 |
| Octal | 134 | 23 | 147 | 13 | 122 | 0 | 74 | 444 | 105 | 30 |
| Binary | 1011100 | 10011 | 1100111 | 1011 | 1010010 | 0 | 111100 | 100100100 | 1000101 | 11000 |
Color Harmonies of #5C1367
Complementary color
Monochromatic Colors of #5C1367
Black with #5C1367
Text Example
Text Example
White with #5C1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1367; }
p { color: rgb(92,19,103); }
H1.HeaderClassName
{
color: #5C1367;
}
.AnyTagClassName
{
color: #5C1367;
}
</style>
background-color css
<style>
a { background-color: #5C1367; }
a { background-color: rgb(92,19,103); }
div.DivClassName
{
background-color: #5C1367;
}
.BgClassName
{
background-color: #5C1367;
}
</style>
border-color css
<style>
span { border-color: #5C1367; }
span { border-color: rgb(92,19,103); }
td.TdClassName
{
border-color: #5C1367;
}
.TagClassName
{
border-color: #5C1367;
}
</style>