Shades of Palatinate Purple #5E0765
Tints of Palatinate Purple #5E0765
RGB
CMYK
RGB Variations
Color information
#5E0765 (or 0x5E0765) is known color: Palatinate Purple. HEX triplet: 5E, 07 and 65. RGB value is (94,7,101). Sum of RGB (Red+Green+Blue) = 94+7+101=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E0765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0765 is #A1F89A. Grayscale: #2B2B2B. Windows color (decimal): -10614939 or 6621022. OLE color: 6621022.
HSL color Cylindrical-coordinate representation of color #5E0765: hue angle of 295.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0765 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 7 | 101 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.60 |
| HSL | 295.53º | 0.87% | 0.21% | - |
| HSV(B) | 295.53º | 0.93% | 0.4% | - |
| XYZ | 7.04 | 3.47 | 12.61 | - |
| YUV | 43.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 101 | 0.07 | 0.93 | 0 | 0.60 | 295.53 | 0.87 | 0.21 |
| Hex | 5E | 7 | 65 | 7 | 5D | 0 | 3C | 128 | 57 | 15 |
| Octal | 136 | 7 | 145 | 7 | 135 | 0 | 74 | 450 | 127 | 25 |
| Binary | 1011110 | 111 | 1100101 | 111 | 1011101 | 0 | 111100 | 100101000 | 1010111 | 10101 |
Color Harmonies of #5E0765
Complementary color
Monochromatic Colors of #5E0765
Black with #5E0765
Text Example
Text Example
White with #5E0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0765; }
p { color: rgb(94,7,101); }
H1.HeaderClassName
{
color: #5E0765;
}
.AnyTagClassName
{
color: #5E0765;
}
</style>
background-color css
<style>
a { background-color: #5E0765; }
a { background-color: rgb(94,7,101); }
div.DivClassName
{
background-color: #5E0765;
}
.BgClassName
{
background-color: #5E0765;
}
</style>
border-color css
<style>
span { border-color: #5E0765; }
span { border-color: rgb(94,7,101); }
td.TdClassName
{
border-color: #5E0765;
}
.TagClassName
{
border-color: #5E0765;
}
</style>