Shades of Palatinate Purple #5E0F5C
Tints of Palatinate Purple #5E0F5C
RGB
CMYK
RGB Variations
Color information
#5E0F5C (or 0x5E0F5C) is known color: Palatinate Purple. HEX triplet: 5E, 0F and 5C. RGB value is (94,15,92). Sum of RGB (Red+Green+Blue) = 94+15+92=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0F5C is #A1F0A3. Grayscale: #2F2F2F. Windows color (decimal): -10612900 or 6033246. OLE color: 6033246.
HSL color Cylindrical-coordinate representation of color #5E0F5C: hue angle of 301.52º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E0F5C is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 15 | 92 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.63 |
| HSL | 301.52º | 0.72% | 0.21% | - |
| HSV(B) | 301.52º | 0.84% | 0.37% | - |
| XYZ | 6.72 | 3.49 | 10.45 | - |
| YUV | 47.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 92 | 0 | 0.84 | 0.02 | 0.63 | 301.52 | 0.72 | 0.21 |
| Hex | 5E | F | 5C | 0 | 54 | 2 | 3F | 12E | 48 | 15 |
| Octal | 136 | 17 | 134 | 0 | 124 | 2 | 77 | 456 | 110 | 25 |
| Binary | 1011110 | 1111 | 1011100 | 0 | 1010100 | 10 | 111111 | 100101110 | 1001000 | 10101 |
Color Harmonies of #5E0F5C
Complementary color
Monochromatic Colors of #5E0F5C
Black with #5E0F5C
Text Example
Text Example
White with #5E0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0F5C; }
p { color: rgb(94,15,92); }
H1.HeaderClassName
{
color: #5E0F5C;
}
.AnyTagClassName
{
color: #5E0F5C;
}
</style>
background-color css
<style>
a { background-color: #5E0F5C; }
a { background-color: rgb(94,15,92); }
div.DivClassName
{
background-color: #5E0F5C;
}
.BgClassName
{
background-color: #5E0F5C;
}
</style>
border-color css
<style>
span { border-color: #5E0F5C; }
span { border-color: rgb(94,15,92); }
td.TdClassName
{
border-color: #5E0F5C;
}
.TagClassName
{
border-color: #5E0F5C;
}
</style>