Shades of Purple #650773
Tints of Purple #650773
RGB
CMYK
RGB Variations
Color information
#650773 (or 0x650773) is known color: Purple. HEX triplet: 65, 07 and 73. RGB value is (101,7,115). Sum of RGB (Red+Green+Blue) = 101+7+115=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #650773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650773 is #9AF88C. Grayscale: #2F2F2F. Windows color (decimal): -10156173 or 7538533. OLE color: 7538533.
HSL color Cylindrical-coordinate representation of color #650773: hue angle of 292.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650773 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 7 | 115 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.55 |
| HSL | 292.22º | 0.89% | 0.24% | - |
| HSV(B) | 292.22º | 0.94% | 0.45% | - |
| XYZ | 8.54 | 4.16 | 16.57 | - |
| YUV | 47.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 115 | 0.12 | 0.94 | 0 | 0.55 | 292.22 | 0.89 | 0.24 |
| Hex | 65 | 7 | 73 | C | 5E | 0 | 37 | 124 | 59 | 18 |
| Octal | 145 | 7 | 163 | 14 | 136 | 0 | 67 | 444 | 131 | 30 |
| Binary | 1100101 | 111 | 1110011 | 1100 | 1011110 | 0 | 110111 | 100100100 | 1011001 | 11000 |
Color Harmonies of #650773
Complementary color
Monochromatic Colors of #650773
Black with #650773
Text Example
Text Example
White with #650773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650773; }
p { color: rgb(101,7,115); }
H1.HeaderClassName
{
color: #650773;
}
.AnyTagClassName
{
color: #650773;
}
</style>
background-color css
<style>
a { background-color: #650773; }
a { background-color: rgb(101,7,115); }
div.DivClassName
{
background-color: #650773;
}
.BgClassName
{
background-color: #650773;
}
</style>
border-color css
<style>
span { border-color: #650773; }
span { border-color: rgb(101,7,115); }
td.TdClassName
{
border-color: #650773;
}
.TagClassName
{
border-color: #650773;
}
</style>