Shades of Purple #650D72
Tints of Purple #650D72
RGB
CMYK
RGB Variations
Color information
#650D72 (or 0x650D72) is known color: Purple. HEX triplet: 65, 0D and 72. RGB value is (101,13,114). Sum of RGB (Red+Green+Blue) = 101+13+114=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #650D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D72 is #9AF28D. Grayscale: #323232. Windows color (decimal): -10154638 or 7474533. OLE color: 7474533.
HSL color Cylindrical-coordinate representation of color #650D72: hue angle of 292.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650D72 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 13 | 114 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.55 |
| HSL | 292.28º | 0.8% | 0.25% | - |
| HSV(B) | 292.28º | 0.89% | 0.45% | - |
| XYZ | 8.55 | 4.27 | 16.29 | - |
| YUV | 50.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 114 | 0.11 | 0.89 | 0 | 0.55 | 292.28 | 0.8 | 0.25 |
| Hex | 65 | D | 72 | B | 59 | 0 | 37 | 124 | 50 | 19 |
| Octal | 145 | 15 | 162 | 13 | 131 | 0 | 67 | 444 | 120 | 31 |
| Binary | 1100101 | 1101 | 1110010 | 1011 | 1011001 | 0 | 110111 | 100100100 | 1010000 | 11001 |
Color Harmonies of #650D72
Complementary color
Monochromatic Colors of #650D72
Black with #650D72
Text Example
Text Example
White with #650D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D72; }
p { color: rgb(101,13,114); }
H1.HeaderClassName
{
color: #650D72;
}
.AnyTagClassName
{
color: #650D72;
}
</style>
background-color css
<style>
a { background-color: #650D72; }
a { background-color: rgb(101,13,114); }
div.DivClassName
{
background-color: #650D72;
}
.BgClassName
{
background-color: #650D72;
}
</style>
border-color css
<style>
span { border-color: #650D72; }
span { border-color: rgb(101,13,114); }
td.TdClassName
{
border-color: #650D72;
}
.TagClassName
{
border-color: #650D72;
}
</style>