Shades of Palatinate Purple #5D065E
Tints of Palatinate Purple #5D065E
RGB
CMYK
RGB Variations
Color information
#5D065E (or 0x5D065E) is known color: Palatinate Purple. HEX triplet: 5D, 06 and 5E. RGB value is (93,6,94). Sum of RGB (Red+Green+Blue) = 93+6+94=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D065E is #A2F9A1. Grayscale: #292929. Windows color (decimal): -10680738 or 6162013. OLE color: 6162013.
HSL color Cylindrical-coordinate representation of color #5D065E: hue angle of 299.32º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D065E is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 6 | 94 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.63 |
| HSL | 299.32º | 0.88% | 0.2% | - |
| HSV(B) | 299.32º | 0.94% | 0.37% | - |
| XYZ | 6.6 | 3.27 | 10.87 | - |
| YUV | 42.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 94 | 0.01 | 0.94 | 0 | 0.63 | 299.32 | 0.88 | 0.2 |
| Hex | 5D | 6 | 5E | 1 | 5E | 0 | 3F | 12B | 58 | 14 |
| Octal | 135 | 6 | 136 | 1 | 136 | 0 | 77 | 453 | 130 | 24 |
| Binary | 1011101 | 110 | 1011110 | 1 | 1011110 | 0 | 111111 | 100101011 | 1011000 | 10100 |
Color Harmonies of #5D065E
Complementary color
Monochromatic Colors of #5D065E
Black with #5D065E
Text Example
Text Example
White with #5D065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D065E; }
p { color: rgb(93,6,94); }
H1.HeaderClassName
{
color: #5D065E;
}
.AnyTagClassName
{
color: #5D065E;
}
</style>
background-color css
<style>
a { background-color: #5D065E; }
a { background-color: rgb(93,6,94); }
div.DivClassName
{
background-color: #5D065E;
}
.BgClassName
{
background-color: #5D065E;
}
</style>
border-color css
<style>
span { border-color: #5D065E; }
span { border-color: rgb(93,6,94); }
td.TdClassName
{
border-color: #5D065E;
}
.TagClassName
{
border-color: #5D065E;
}
</style>