Shades of Purple #650D7A
Tints of Purple #650D7A
RGB
CMYK
RGB Variations
Color information
#650D7A (or 0x650D7A) is known color: Purple. HEX triplet: 65, 0D and 7A. RGB value is (101,13,122). Sum of RGB (Red+Green+Blue) = 101+13+122=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #650D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D7A is #9AF285. Grayscale: #333333. Windows color (decimal): -10154630 or 7998821. OLE color: 7998821.
HSL color Cylindrical-coordinate representation of color #650D7A: hue angle of 288.44º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650D7A is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 13 | 122 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.52 |
| HSL | 288.44º | 0.81% | 0.26% | - |
| HSV(B) | 288.44º | 0.89% | 0.48% | - |
| XYZ | 9.02 | 4.46 | 18.8 | - |
| YUV | 51.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 122 | 0.17 | 0.89 | 0 | 0.52 | 288.44 | 0.81 | 0.26 |
| Hex | 65 | D | 7A | 11 | 59 | 0 | 34 | 120 | 51 | 1A |
| Octal | 145 | 15 | 172 | 21 | 131 | 0 | 64 | 440 | 121 | 32 |
| Binary | 1100101 | 1101 | 1111010 | 10001 | 1011001 | 0 | 110100 | 100100000 | 1010001 | 11010 |
Color Harmonies of #650D7A
Complementary color
Monochromatic Colors of #650D7A
Black with #650D7A
Text Example
Text Example
White with #650D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D7A; }
p { color: rgb(101,13,122); }
H1.HeaderClassName
{
color: #650D7A;
}
.AnyTagClassName
{
color: #650D7A;
}
</style>
background-color css
<style>
a { background-color: #650D7A; }
a { background-color: rgb(101,13,122); }
div.DivClassName
{
background-color: #650D7A;
}
.BgClassName
{
background-color: #650D7A;
}
</style>
border-color css
<style>
span { border-color: #650D7A; }
span { border-color: rgb(101,13,122); }
td.TdClassName
{
border-color: #650D7A;
}
.TagClassName
{
border-color: #650D7A;
}
</style>