Shades of Palatinate Purple #5E0165
Tints of Palatinate Purple #5E0165
RGB
CMYK
RGB Variations
Color information
#5E0165 (or 0x5E0165) is known color: Palatinate Purple. HEX triplet: 5E, 01 and 65. RGB value is (94,1,101). Sum of RGB (Red+Green+Blue) = 94+1+101=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0165 is #A1FE9A. Grayscale: #272727. Windows color (decimal): -10616475 or 6619486. OLE color: 6619486.
HSL color Cylindrical-coordinate representation of color #5E0165: hue angle of 295.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0165 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 1 | 101 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.60 |
| HSL | 295.8º | 0.98% | 0.2% | - |
| HSV(B) | 295.8º | 0.99% | 0.4% | - |
| XYZ | 6.98 | 3.34 | 12.59 | - |
| YUV | 40.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 101 | 0.07 | 0.99 | 0 | 0.60 | 295.8 | 0.98 | 0.2 |
| Hex | 5E | 1 | 65 | 7 | 63 | 0 | 3C | 128 | 62 | 14 |
| Octal | 136 | 1 | 145 | 7 | 143 | 0 | 74 | 450 | 142 | 24 |
| Binary | 1011110 | 1 | 1100101 | 111 | 1100011 | 0 | 111100 | 100101000 | 1100010 | 10100 |
Color Harmonies of #5E0165
Complementary color
Monochromatic Colors of #5E0165
Black with #5E0165
Text Example
Text Example
White with #5E0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0165; }
p { color: rgb(94,1,101); }
H1.HeaderClassName
{
color: #5E0165;
}
.AnyTagClassName
{
color: #5E0165;
}
</style>
background-color css
<style>
a { background-color: #5E0165; }
a { background-color: rgb(94,1,101); }
div.DivClassName
{
background-color: #5E0165;
}
.BgClassName
{
background-color: #5E0165;
}
</style>
border-color css
<style>
span { border-color: #5E0165; }
span { border-color: rgb(94,1,101); }
td.TdClassName
{
border-color: #5E0165;
}
.TagClassName
{
border-color: #5E0165;
}
</style>