Shades of Purple #650E70
Tints of Purple #650E70
RGB
CMYK
RGB Variations
Color information
#650E70 (or 0x650E70) is known color: Purple. HEX triplet: 65, 0E and 70. RGB value is (101,14,112). Sum of RGB (Red+Green+Blue) = 101+14+112=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #650E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E70 is #9AF18F. Grayscale: #323232. Windows color (decimal): -10154384 or 7343717. OLE color: 7343717.
HSL color Cylindrical-coordinate representation of color #650E70: hue angle of 293.27º degrees, saturation: 0.78, 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 #650E70 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 14 | 112 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.56 |
| HSL | 293.27º | 0.78% | 0.25% | - |
| HSV(B) | 293.27º | 0.88% | 0.44% | - |
| XYZ | 8.45 | 4.25 | 15.7 | - |
| YUV | 51.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 112 | 0.10 | 0.88 | 0 | 0.56 | 293.27 | 0.78 | 0.25 |
| Hex | 65 | E | 70 | A | 58 | 0 | 38 | 125 | 4E | 19 |
| Octal | 145 | 16 | 160 | 12 | 130 | 0 | 70 | 445 | 116 | 31 |
| Binary | 1100101 | 1110 | 1110000 | 1010 | 1011000 | 0 | 111000 | 100100101 | 1001110 | 11001 |
Color Harmonies of #650E70
Complementary color
Monochromatic Colors of #650E70
Black with #650E70
Text Example
Text Example
White with #650E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E70; }
p { color: rgb(101,14,112); }
H1.HeaderClassName
{
color: #650E70;
}
.AnyTagClassName
{
color: #650E70;
}
</style>
background-color css
<style>
a { background-color: #650E70; }
a { background-color: rgb(101,14,112); }
div.DivClassName
{
background-color: #650E70;
}
.BgClassName
{
background-color: #650E70;
}
</style>
border-color css
<style>
span { border-color: #650E70; }
span { border-color: rgb(101,14,112); }
td.TdClassName
{
border-color: #650E70;
}
.TagClassName
{
border-color: #650E70;
}
</style>