Shades of Purple #650D77
Tints of Purple #650D77
RGB
CMYK
RGB Variations
Color information
#650D77 (or 0x650D77) is known color: Purple. HEX triplet: 65, 0D and 77. RGB value is (101,13,119). Sum of RGB (Red+Green+Blue) = 101+13+119=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #650D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D77 is #9AF288. Grayscale: #333333. Windows color (decimal): -10154633 or 7802213. OLE color: 7802213.
HSL color Cylindrical-coordinate representation of color #650D77: hue angle of 289.81º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650D77 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 13 | 119 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.53 |
| HSL | 289.81º | 0.8% | 0.26% | - |
| HSV(B) | 289.81º | 0.89% | 0.47% | - |
| XYZ | 8.84 | 4.39 | 17.83 | - |
| YUV | 51.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 119 | 0.15 | 0.89 | 0 | 0.53 | 289.81 | 0.8 | 0.26 |
| Hex | 65 | D | 77 | F | 59 | 0 | 35 | 122 | 50 | 1A |
| Octal | 145 | 15 | 167 | 17 | 131 | 0 | 65 | 442 | 120 | 32 |
| Binary | 1100101 | 1101 | 1110111 | 1111 | 1011001 | 0 | 110101 | 100100010 | 1010000 | 11010 |
Color Harmonies of #650D77
Complementary color
Monochromatic Colors of #650D77
Black with #650D77
Text Example
Text Example
White with #650D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D77; }
p { color: rgb(101,13,119); }
H1.HeaderClassName
{
color: #650D77;
}
.AnyTagClassName
{
color: #650D77;
}
</style>
background-color css
<style>
a { background-color: #650D77; }
a { background-color: rgb(101,13,119); }
div.DivClassName
{
background-color: #650D77;
}
.BgClassName
{
background-color: #650D77;
}
</style>
border-color css
<style>
span { border-color: #650D77; }
span { border-color: rgb(101,13,119); }
td.TdClassName
{
border-color: #650D77;
}
.TagClassName
{
border-color: #650D77;
}
</style>