Shades of Palatinate Purple #5D0665
Tints of Palatinate Purple #5D0665
RGB
CMYK
RGB Variations
Color information
#5D0665 (or 0x5D0665) is known color: Palatinate Purple. HEX triplet: 5D, 06 and 65. RGB value is (93,6,101). Sum of RGB (Red+Green+Blue) = 93+6+101=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D0665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0665 is #A2F99A. Grayscale: #2A2A2A. Windows color (decimal): -10680731 or 6620765. OLE color: 6620765.
HSL color Cylindrical-coordinate representation of color #5D0665: hue angle of 294.95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0665 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 6 | 101 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.60 |
| HSL | 294.95º | 0.89% | 0.21% | - |
| HSV(B) | 294.95º | 0.94% | 0.4% | - |
| XYZ | 6.93 | 3.4 | 12.6 | - |
| YUV | 42.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 101 | 0.08 | 0.94 | 0 | 0.60 | 294.95 | 0.89 | 0.21 |
| Hex | 5D | 6 | 65 | 8 | 5E | 0 | 3C | 127 | 59 | 15 |
| Octal | 135 | 6 | 145 | 10 | 136 | 0 | 74 | 447 | 131 | 25 |
| Binary | 1011101 | 110 | 1100101 | 1000 | 1011110 | 0 | 111100 | 100100111 | 1011001 | 10101 |
Color Harmonies of #5D0665
Complementary color
Monochromatic Colors of #5D0665
Black with #5D0665
Text Example
Text Example
White with #5D0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0665; }
p { color: rgb(93,6,101); }
H1.HeaderClassName
{
color: #5D0665;
}
.AnyTagClassName
{
color: #5D0665;
}
</style>
background-color css
<style>
a { background-color: #5D0665; }
a { background-color: rgb(93,6,101); }
div.DivClassName
{
background-color: #5D0665;
}
.BgClassName
{
background-color: #5D0665;
}
</style>
border-color css
<style>
span { border-color: #5D0665; }
span { border-color: rgb(93,6,101); }
td.TdClassName
{
border-color: #5D0665;
}
.TagClassName
{
border-color: #5D0665;
}
</style>