Shades of Palatinate Purple #5E0761
Tints of Palatinate Purple #5E0761
RGB
CMYK
RGB Variations
Color information
#5E0761 (or 0x5E0761) is known color: Palatinate Purple. HEX triplet: 5E, 07 and 61. RGB value is (94,7,97). Sum of RGB (Red+Green+Blue) = 94+7+97=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0761 is #A1F89E. Grayscale: #2B2B2B. Windows color (decimal): -10614943 or 6358878. OLE color: 6358878.
HSL color Cylindrical-coordinate representation of color #5E0761: hue angle of 298º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0761 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 7 | 97 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.62 |
| HSL | 298º | 0.87% | 0.2% | - |
| HSV(B) | 298º | 0.93% | 0.38% | - |
| XYZ | 6.85 | 3.39 | 11.6 | - |
| YUV | 43.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 97 | 0.03 | 0.93 | 0 | 0.62 | 298 | 0.87 | 0.2 |
| Hex | 5E | 7 | 61 | 3 | 5D | 0 | 3E | 12A | 57 | 14 |
| Octal | 136 | 7 | 141 | 3 | 135 | 0 | 76 | 452 | 127 | 24 |
| Binary | 1011110 | 111 | 1100001 | 11 | 1011101 | 0 | 111110 | 100101010 | 1010111 | 10100 |
Color Harmonies of #5E0761
Complementary color
Monochromatic Colors of #5E0761
Black with #5E0761
Text Example
Text Example
White with #5E0761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0761; }
p { color: rgb(94,7,97); }
H1.HeaderClassName
{
color: #5E0761;
}
.AnyTagClassName
{
color: #5E0761;
}
</style>
background-color css
<style>
a { background-color: #5E0761; }
a { background-color: rgb(94,7,97); }
div.DivClassName
{
background-color: #5E0761;
}
.BgClassName
{
background-color: #5E0761;
}
</style>
border-color css
<style>
span { border-color: #5E0761; }
span { border-color: rgb(94,7,97); }
td.TdClassName
{
border-color: #5E0761;
}
.TagClassName
{
border-color: #5E0761;
}
</style>