Shades of Palatinate Purple #5E105B
Tints of Palatinate Purple #5E105B
RGB
CMYK
RGB Variations
Color information
#5E105B (or 0x5E105B) is known color: Palatinate Purple. HEX triplet: 5E, 10 and 5B. RGB value is (94,16,91). Sum of RGB (Red+Green+Blue) = 94+16+91=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E105B is #A1EFA4. Grayscale: #2F2F2F. Windows color (decimal): -10612645 or 5967966. OLE color: 5967966.
HSL color Cylindrical-coordinate representation of color #5E105B: hue angle of 302.31º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E105B is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 91 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.63 |
| HSL | 302.31º | 0.71% | 0.22% | - |
| HSV(B) | 302.31º | 0.83% | 0.37% | - |
| XYZ | 6.69 | 3.51 | 10.22 | - |
| YUV | 47.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 91 | 0 | 0.83 | 0.03 | 0.63 | 302.31 | 0.71 | 0.22 |
| Hex | 5E | 10 | 5B | 0 | 53 | 3 | 3F | 12E | 47 | 16 |
| Octal | 136 | 20 | 133 | 0 | 123 | 3 | 77 | 456 | 107 | 26 |
| Binary | 1011110 | 10000 | 1011011 | 0 | 1010011 | 11 | 111111 | 100101110 | 1000111 | 10110 |
Color Harmonies of #5E105B
Complementary color
Monochromatic Colors of #5E105B
Black with #5E105B
Text Example
Text Example
White with #5E105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E105B; }
p { color: rgb(94,16,91); }
H1.HeaderClassName
{
color: #5E105B;
}
.AnyTagClassName
{
color: #5E105B;
}
</style>
background-color css
<style>
a { background-color: #5E105B; }
a { background-color: rgb(94,16,91); }
div.DivClassName
{
background-color: #5E105B;
}
.BgClassName
{
background-color: #5E105B;
}
</style>
border-color css
<style>
span { border-color: #5E105B; }
span { border-color: rgb(94,16,91); }
td.TdClassName
{
border-color: #5E105B;
}
.TagClassName
{
border-color: #5E105B;
}
</style>