Shades of Palatinate Purple #5C2262
Tints of Palatinate Purple #5C2262
RGB
CMYK
RGB Variations
Color information
#5C2262 (or 0x5C2262) is known color: Palatinate Purple. HEX triplet: 5C, 22 and 62. RGB value is (92,34,98). Sum of RGB (Red+Green+Blue) = 92+34+98=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C2262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2262 is #A3DD9D. Grayscale: #3A3A3A. Windows color (decimal): -10739102 or 6431324. OLE color: 6431324.
HSL color Cylindrical-coordinate representation of color #5C2262: hue angle of 294.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C2262 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 34 | 98 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.62 |
| HSL | 294.38º | 0.48% | 0.26% | - |
| HSV(B) | 294.38º | 0.65% | 0.38% | - |
| XYZ | 7.19 | 4.3 | 12.01 | - |
| YUV | 58.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 98 | 0.06 | 0.65 | 0 | 0.62 | 294.38 | 0.48 | 0.26 |
| Hex | 5C | 22 | 62 | 6 | 41 | 0 | 3E | 126 | 30 | 1A |
| Octal | 134 | 42 | 142 | 6 | 101 | 0 | 76 | 446 | 60 | 32 |
| Binary | 1011100 | 100010 | 1100010 | 110 | 1000001 | 0 | 111110 | 100100110 | 110000 | 11010 |
Color Harmonies of #5C2262
Complementary color
Monochromatic Colors of #5C2262
Black with #5C2262
Text Example
Text Example
White with #5C2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2262; }
p { color: rgb(92,34,98); }
H1.HeaderClassName
{
color: #5C2262;
}
.AnyTagClassName
{
color: #5C2262;
}
</style>
background-color css
<style>
a { background-color: #5C2262; }
a { background-color: rgb(92,34,98); }
div.DivClassName
{
background-color: #5C2262;
}
.BgClassName
{
background-color: #5C2262;
}
</style>
border-color css
<style>
span { border-color: #5C2262; }
span { border-color: rgb(92,34,98); }
td.TdClassName
{
border-color: #5C2262;
}
.TagClassName
{
border-color: #5C2262;
}
</style>