Shades of Purple #650A73
Tints of Purple #650A73
RGB
CMYK
RGB Variations
Color information
#650A73 (or 0x650A73) is known color: Purple. HEX triplet: 65, 0A and 73. RGB value is (101,10,115). Sum of RGB (Red+Green+Blue) = 101+10+115=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #650A73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A73 is #9AF58C. Grayscale: #303030. Windows color (decimal): -10155405 or 7539301. OLE color: 7539301.
HSL color Cylindrical-coordinate representation of color #650A73: hue angle of 292º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A73 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 10 | 115 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.55 |
| HSL | 292º | 0.84% | 0.25% | - |
| HSV(B) | 292º | 0.91% | 0.45% | - |
| XYZ | 8.57 | 4.22 | 16.58 | - |
| YUV | 49.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 115 | 0.12 | 0.91 | 0 | 0.55 | 292 | 0.84 | 0.25 |
| Hex | 65 | A | 73 | C | 5B | 0 | 37 | 124 | 54 | 19 |
| Octal | 145 | 12 | 163 | 14 | 133 | 0 | 67 | 444 | 124 | 31 |
| Binary | 1100101 | 1010 | 1110011 | 1100 | 1011011 | 0 | 110111 | 100100100 | 1010100 | 11001 |
Color Harmonies of #650A73
Complementary color
Monochromatic Colors of #650A73
Black with #650A73
Text Example
Text Example
White with #650A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A73; }
p { color: rgb(101,10,115); }
H1.HeaderClassName
{
color: #650A73;
}
.AnyTagClassName
{
color: #650A73;
}
</style>
background-color css
<style>
a { background-color: #650A73; }
a { background-color: rgb(101,10,115); }
div.DivClassName
{
background-color: #650A73;
}
.BgClassName
{
background-color: #650A73;
}
</style>
border-color css
<style>
span { border-color: #650A73; }
span { border-color: rgb(101,10,115); }
td.TdClassName
{
border-color: #650A73;
}
.TagClassName
{
border-color: #650A73;
}
</style>