Shades of Palatinate Purple #650A58
Tints of Palatinate Purple #650A58
RGB
CMYK
RGB Variations
Color information
#650A58 (or 0x650A58) is known color: Palatinate Purple. HEX triplet: 65, 0A and 58. RGB value is (101,10,88). Sum of RGB (Red+Green+Blue) = 101+10+88=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #650A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A58 is #9AF5A7. Grayscale: #2D2D2D. Windows color (decimal): -10155432 or 5769829. OLE color: 5769829.
HSL color Cylindrical-coordinate representation of color #650A58: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A58 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 10 | 88 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.60 |
| HSL | 308.57º | 0.82% | 0.22% | - |
| HSV(B) | 308.57º | 0.9% | 0.4% | - |
| XYZ | 7.24 | 3.69 | 9.56 | - |
| YUV | 46.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 88 | 0 | 0.90 | 0.13 | 0.60 | 308.57 | 0.82 | 0.22 |
| Hex | 65 | A | 58 | 0 | 5A | D | 3C | 135 | 52 | 16 |
| Octal | 145 | 12 | 130 | 0 | 132 | 15 | 74 | 465 | 122 | 26 |
| Binary | 1100101 | 1010 | 1011000 | 0 | 1011010 | 1101 | 111100 | 100110101 | 1010010 | 10110 |
Color Harmonies of #650A58
Complementary color
Monochromatic Colors of #650A58
Black with #650A58
Text Example
Text Example
White with #650A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A58; }
p { color: rgb(101,10,88); }
H1.HeaderClassName
{
color: #650A58;
}
.AnyTagClassName
{
color: #650A58;
}
</style>
background-color css
<style>
a { background-color: #650A58; }
a { background-color: rgb(101,10,88); }
div.DivClassName
{
background-color: #650A58;
}
.BgClassName
{
background-color: #650A58;
}
</style>
border-color css
<style>
span { border-color: #650A58; }
span { border-color: rgb(101,10,88); }
td.TdClassName
{
border-color: #650A58;
}
.TagClassName
{
border-color: #650A58;
}
</style>