Shades of Palatinate Purple #5E015C
Tints of Palatinate Purple #5E015C
RGB
CMYK
RGB Variations
Color information
#5E015C (or 0x5E015C) is known color: Palatinate Purple. HEX triplet: 5E, 01 and 5C. RGB value is (94,1,92). Sum of RGB (Red+Green+Blue) = 94+1+92=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E015C is #A1FEA3. Grayscale: #262626. Windows color (decimal): -10616484 or 6029662. OLE color: 6029662.
HSL color Cylindrical-coordinate representation of color #5E015C: hue angle of 301.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E015C is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.63 |
| HSL | 301.29º | 0.98% | 0.19% | - |
| HSV(B) | 301.29º | 0.99% | 0.37% | - |
| XYZ | 6.56 | 3.17 | 10.39 | - |
| YUV | 39.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 92 | 0 | 0.99 | 0.02 | 0.63 | 301.29 | 0.98 | 0.19 |
| Hex | 5E | 1 | 5C | 0 | 63 | 2 | 3F | 12D | 62 | 13 |
| Octal | 136 | 1 | 134 | 0 | 143 | 2 | 77 | 455 | 142 | 23 |
| Binary | 1011110 | 1 | 1011100 | 0 | 1100011 | 10 | 111111 | 100101101 | 1100010 | 10011 |
Color Harmonies of #5E015C
Complementary color
Monochromatic Colors of #5E015C
Black with #5E015C
Text Example
Text Example
White with #5E015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E015C; }
p { color: rgb(94,1,92); }
H1.HeaderClassName
{
color: #5E015C;
}
.AnyTagClassName
{
color: #5E015C;
}
</style>
background-color css
<style>
a { background-color: #5E015C; }
a { background-color: rgb(94,1,92); }
div.DivClassName
{
background-color: #5E015C;
}
.BgClassName
{
background-color: #5E015C;
}
</style>
border-color css
<style>
span { border-color: #5E015C; }
span { border-color: rgb(94,1,92); }
td.TdClassName
{
border-color: #5E015C;
}
.TagClassName
{
border-color: #5E015C;
}
</style>