Shades of Palatinate Purple #5C1667
Tints of Palatinate Purple #5C1667
RGB
CMYK
RGB Variations
Color information
#5C1667 (or 0x5C1667) is known color: Palatinate Purple. HEX triplet: 5C, 16 and 67. RGB value is (92,22,103). Sum of RGB (Red+Green+Blue) = 92+22+103=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C1667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1667 is #A3E998. Grayscale: #333333. Windows color (decimal): -10742169 or 6755932. OLE color: 6755932.
HSL color Cylindrical-coordinate representation of color #5C1667: hue angle of 291.85º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1667 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 22 | 103 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.60 |
| HSL | 291.85º | 0.65% | 0.25% | - |
| HSV(B) | 291.85º | 0.79% | 0.4% | - |
| XYZ | 7.15 | 3.83 | 13.19 | - |
| YUV | 52.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 103 | 0.11 | 0.79 | 0 | 0.60 | 291.85 | 0.65 | 0.25 |
| Hex | 5C | 16 | 67 | B | 4F | 0 | 3C | 124 | 41 | 19 |
| Octal | 134 | 26 | 147 | 13 | 117 | 0 | 74 | 444 | 101 | 31 |
| Binary | 1011100 | 10110 | 1100111 | 1011 | 1001111 | 0 | 111100 | 100100100 | 1000001 | 11001 |
Color Harmonies of #5C1667
Complementary color
Monochromatic Colors of #5C1667
Black with #5C1667
Text Example
Text Example
White with #5C1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1667; }
p { color: rgb(92,22,103); }
H1.HeaderClassName
{
color: #5C1667;
}
.AnyTagClassName
{
color: #5C1667;
}
</style>
background-color css
<style>
a { background-color: #5C1667; }
a { background-color: rgb(92,22,103); }
div.DivClassName
{
background-color: #5C1667;
}
.BgClassName
{
background-color: #5C1667;
}
</style>
border-color css
<style>
span { border-color: #5C1667; }
span { border-color: rgb(92,22,103); }
td.TdClassName
{
border-color: #5C1667;
}
.TagClassName
{
border-color: #5C1667;
}
</style>