Shades of Purple #650E73
Tints of Purple #650E73
RGB
CMYK
RGB Variations
Color information
#650E73 (or 0x650E73) is known color: Purple. HEX triplet: 65, 0E and 73. RGB value is (101,14,115). Sum of RGB (Red+Green+Blue) = 101+14+115=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #650E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E73 is #9AF18C. Grayscale: #333333. Windows color (decimal): -10154381 or 7540325. OLE color: 7540325.
HSL color Cylindrical-coordinate representation of color #650E73: hue angle of 291.68º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650E73 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 14 | 115 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.55 |
| HSL | 291.68º | 0.78% | 0.25% | - |
| HSV(B) | 291.68º | 0.88% | 0.45% | - |
| XYZ | 8.62 | 4.32 | 16.6 | - |
| YUV | 51.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 115 | 0.12 | 0.88 | 0 | 0.55 | 291.68 | 0.78 | 0.25 |
| Hex | 65 | E | 73 | C | 58 | 0 | 37 | 124 | 4E | 19 |
| Octal | 145 | 16 | 163 | 14 | 130 | 0 | 67 | 444 | 116 | 31 |
| Binary | 1100101 | 1110 | 1110011 | 1100 | 1011000 | 0 | 110111 | 100100100 | 1001110 | 11001 |
Color Harmonies of #650E73
Complementary color
Monochromatic Colors of #650E73
Black with #650E73
Text Example
Text Example
White with #650E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E73; }
p { color: rgb(101,14,115); }
H1.HeaderClassName
{
color: #650E73;
}
.AnyTagClassName
{
color: #650E73;
}
</style>
background-color css
<style>
a { background-color: #650E73; }
a { background-color: rgb(101,14,115); }
div.DivClassName
{
background-color: #650E73;
}
.BgClassName
{
background-color: #650E73;
}
</style>
border-color css
<style>
span { border-color: #650E73; }
span { border-color: rgb(101,14,115); }
td.TdClassName
{
border-color: #650E73;
}
.TagClassName
{
border-color: #650E73;
}
</style>