Shades of Palatinate Purple #5C0262
Tints of Palatinate Purple #5C0262
RGB
CMYK
RGB Variations
Color information
#5C0262 (or 0x5C0262) is known color: Palatinate Purple. HEX triplet: 5C, 02 and 62. RGB value is (92,2,98). Sum of RGB (Red+Green+Blue) = 92+2+98=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0262 is #A3FD9D. Grayscale: #272727. Windows color (decimal): -10747294 or 6423132. OLE color: 6423132.
HSL color Cylindrical-coordinate representation of color #5C0262: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0262 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 2 | 98 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.62 |
| HSL | 296.25º | 0.96% | 0.2% | - |
| HSV(B) | 296.25º | 0.98% | 0.38% | - |
| XYZ | 6.64 | 3.2 | 11.82 | - |
| YUV | 39.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 98 | 0.06 | 0.98 | 0 | 0.62 | 296.25 | 0.96 | 0.2 |
| Hex | 5C | 2 | 62 | 6 | 62 | 0 | 3E | 128 | 60 | 14 |
| Octal | 134 | 2 | 142 | 6 | 142 | 0 | 76 | 450 | 140 | 24 |
| Binary | 1011100 | 10 | 1100010 | 110 | 1100010 | 0 | 111110 | 100101000 | 1100000 | 10100 |
Color Harmonies of #5C0262
Complementary color
Monochromatic Colors of #5C0262
Black with #5C0262
Text Example
Text Example
White with #5C0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0262; }
p { color: rgb(92,2,98); }
H1.HeaderClassName
{
color: #5C0262;
}
.AnyTagClassName
{
color: #5C0262;
}
</style>
background-color css
<style>
a { background-color: #5C0262; }
a { background-color: rgb(92,2,98); }
div.DivClassName
{
background-color: #5C0262;
}
.BgClassName
{
background-color: #5C0262;
}
</style>
border-color css
<style>
span { border-color: #5C0262; }
span { border-color: rgb(92,2,98); }
td.TdClassName
{
border-color: #5C0262;
}
.TagClassName
{
border-color: #5C0262;
}
</style>