Shades of Purple #650D71
Tints of Purple #650D71
RGB
CMYK
RGB Variations
Color information
#650D71 (or 0x650D71) is known color: Purple. HEX triplet: 65, 0D and 71. RGB value is (101,13,113). Sum of RGB (Red+Green+Blue) = 101+13+113=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #650D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D71 is #9AF28E. Grayscale: #323232. Windows color (decimal): -10154639 or 7408997. OLE color: 7408997.
HSL color Cylindrical-coordinate representation of color #650D71: hue angle of 292.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650D71 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 13 | 113 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.56 |
| HSL | 292.8º | 0.79% | 0.25% | - |
| HSV(B) | 292.8º | 0.88% | 0.44% | - |
| XYZ | 8.49 | 4.25 | 15.99 | - |
| YUV | 50.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 113 | 0.11 | 0.88 | 0 | 0.56 | 292.8 | 0.79 | 0.25 |
| Hex | 65 | D | 71 | B | 58 | 0 | 38 | 125 | 4F | 19 |
| Octal | 145 | 15 | 161 | 13 | 130 | 0 | 70 | 445 | 117 | 31 |
| Binary | 1100101 | 1101 | 1110001 | 1011 | 1011000 | 0 | 111000 | 100100101 | 1001111 | 11001 |
Color Harmonies of #650D71
Complementary color
Monochromatic Colors of #650D71
Black with #650D71
Text Example
Text Example
White with #650D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D71; }
p { color: rgb(101,13,113); }
H1.HeaderClassName
{
color: #650D71;
}
.AnyTagClassName
{
color: #650D71;
}
</style>
background-color css
<style>
a { background-color: #650D71; }
a { background-color: rgb(101,13,113); }
div.DivClassName
{
background-color: #650D71;
}
.BgClassName
{
background-color: #650D71;
}
</style>
border-color css
<style>
span { border-color: #650D71; }
span { border-color: rgb(101,13,113); }
td.TdClassName
{
border-color: #650D71;
}
.TagClassName
{
border-color: #650D71;
}
</style>