Shades of Palatinate Purple #650E6B
Tints of Palatinate Purple #650E6B
RGB
CMYK
RGB Variations
Color information
#650E6B (or 0x650E6B) is known color: Palatinate Purple. HEX triplet: 65, 0E and 6B. RGB value is (101,14,107). Sum of RGB (Red+Green+Blue) = 101+14+107=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #650E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E6B is #9AF194. Grayscale: #323232. Windows color (decimal): -10154389 or 7016037. OLE color: 7016037.
HSL color Cylindrical-coordinate representation of color #650E6B: hue angle of 296.13º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650E6B is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 14 | 107 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.58 |
| HSL | 296.13º | 0.77% | 0.24% | - |
| HSV(B) | 296.13º | 0.87% | 0.42% | - |
| XYZ | 8.18 | 4.14 | 14.28 | - |
| YUV | 50.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 107 | 0.06 | 0.87 | 0 | 0.58 | 296.13 | 0.77 | 0.24 |
| Hex | 65 | E | 6B | 6 | 57 | 0 | 3A | 128 | 4D | 18 |
| Octal | 145 | 16 | 153 | 6 | 127 | 0 | 72 | 450 | 115 | 30 |
| Binary | 1100101 | 1110 | 1101011 | 110 | 1010111 | 0 | 111010 | 100101000 | 1001101 | 11000 |
Color Harmonies of #650E6B
Complementary color
Monochromatic Colors of #650E6B
Black with #650E6B
Text Example
Text Example
White with #650E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E6B; }
p { color: rgb(101,14,107); }
H1.HeaderClassName
{
color: #650E6B;
}
.AnyTagClassName
{
color: #650E6B;
}
</style>
background-color css
<style>
a { background-color: #650E6B; }
a { background-color: rgb(101,14,107); }
div.DivClassName
{
background-color: #650E6B;
}
.BgClassName
{
background-color: #650E6B;
}
</style>
border-color css
<style>
span { border-color: #650E6B; }
span { border-color: rgb(101,14,107); }
td.TdClassName
{
border-color: #650E6B;
}
.TagClassName
{
border-color: #650E6B;
}
</style>