Shades of Palatinate Purple #5E2263
Tints of Palatinate Purple #5E2263
RGB
CMYK
RGB Variations
Color information
#5E2263 (or 0x5E2263) is known color: Palatinate Purple. HEX triplet: 5E, 22 and 63. RGB value is (94,34,99). Sum of RGB (Red+Green+Blue) = 94+34+99=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E2263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2263 is #A1DD9C. Grayscale: #3B3B3B. Windows color (decimal): -10608029 or 6496862. OLE color: 6496862.
HSL color Cylindrical-coordinate representation of color #5E2263: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2263 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 34 | 99 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.61 |
| HSL | 295.38º | 0.49% | 0.26% | - |
| HSV(B) | 295.38º | 0.66% | 0.39% | - |
| XYZ | 7.44 | 4.42 | 12.27 | - |
| YUV | 59.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 99 | 0.05 | 0.66 | 0 | 0.61 | 295.38 | 0.49 | 0.26 |
| Hex | 5E | 22 | 63 | 5 | 42 | 0 | 3D | 127 | 31 | 1A |
| Octal | 136 | 42 | 143 | 5 | 102 | 0 | 75 | 447 | 61 | 32 |
| Binary | 1011110 | 100010 | 1100011 | 101 | 1000010 | 0 | 111101 | 100100111 | 110001 | 11010 |
Color Harmonies of #5E2263
Complementary color
Monochromatic Colors of #5E2263
Black with #5E2263
Text Example
Text Example
White with #5E2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2263; }
p { color: rgb(94,34,99); }
H1.HeaderClassName
{
color: #5E2263;
}
.AnyTagClassName
{
color: #5E2263;
}
</style>
background-color css
<style>
a { background-color: #5E2263; }
a { background-color: rgb(94,34,99); }
div.DivClassName
{
background-color: #5E2263;
}
.BgClassName
{
background-color: #5E2263;
}
</style>
border-color css
<style>
span { border-color: #5E2263; }
span { border-color: rgb(94,34,99); }
td.TdClassName
{
border-color: #5E2263;
}
.TagClassName
{
border-color: #5E2263;
}
</style>