Shades of Palatinate Purple #650E5A
Tints of Palatinate Purple #650E5A
RGB
CMYK
RGB Variations
Color information
#650E5A (or 0x650E5A) is known color: Palatinate Purple. HEX triplet: 65, 0E and 5A. RGB value is (101,14,90). Sum of RGB (Red+Green+Blue) = 101+14+90=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #650E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E5A is #9AF1A5. Grayscale: #303030. Windows color (decimal): -10154406 or 5901925. OLE color: 5901925.
HSL color Cylindrical-coordinate representation of color #650E5A: hue angle of 307.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E5A is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 90 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.60 |
| HSL | 307.59º | 0.76% | 0.23% | - |
| HSV(B) | 307.59º | 0.86% | 0.4% | - |
| XYZ | 7.37 | 3.82 | 10.02 | - |
| YUV | 48.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 90 | 0 | 0.86 | 0.11 | 0.60 | 307.59 | 0.76 | 0.23 |
| Hex | 65 | E | 5A | 0 | 56 | B | 3C | 134 | 4C | 17 |
| Octal | 145 | 16 | 132 | 0 | 126 | 13 | 74 | 464 | 114 | 27 |
| Binary | 1100101 | 1110 | 1011010 | 0 | 1010110 | 1011 | 111100 | 100110100 | 1001100 | 10111 |
Color Harmonies of #650E5A
Complementary color
Monochromatic Colors of #650E5A
Black with #650E5A
Text Example
Text Example
White with #650E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E5A; }
p { color: rgb(101,14,90); }
H1.HeaderClassName
{
color: #650E5A;
}
.AnyTagClassName
{
color: #650E5A;
}
</style>
background-color css
<style>
a { background-color: #650E5A; }
a { background-color: rgb(101,14,90); }
div.DivClassName
{
background-color: #650E5A;
}
.BgClassName
{
background-color: #650E5A;
}
</style>
border-color css
<style>
span { border-color: #650E5A; }
span { border-color: rgb(101,14,90); }
td.TdClassName
{
border-color: #650E5A;
}
.TagClassName
{
border-color: #650E5A;
}
</style>