Shades of Purple #650669
Tints of Purple #650669
RGB
CMYK
RGB Variations
Color information
#650669 (or 0x650669) is known color: Purple. HEX triplet: 65, 06 and 69. RGB value is (101,6,105). Sum of RGB (Red+Green+Blue) = 101+6+105=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #650669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650669 is #9AF996. Grayscale: #2D2D2D. Windows color (decimal): -10156439 or 6882917. OLE color: 6882917.
HSL color Cylindrical-coordinate representation of color #650669: hue angle of 297.58º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650669 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 6 | 105 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.59 |
| HSL | 297.58º | 0.89% | 0.22% | - |
| HSV(B) | 297.58º | 0.94% | 0.41% | - |
| XYZ | 7.98 | 3.92 | 13.7 | - |
| YUV | 45.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 105 | 0.04 | 0.94 | 0 | 0.59 | 297.58 | 0.89 | 0.22 |
| Hex | 65 | 6 | 69 | 4 | 5E | 0 | 3B | 12A | 59 | 16 |
| Octal | 145 | 6 | 151 | 4 | 136 | 0 | 73 | 452 | 131 | 26 |
| Binary | 1100101 | 110 | 1101001 | 100 | 1011110 | 0 | 111011 | 100101010 | 1011001 | 10110 |
Color Harmonies of #650669
Complementary color
Monochromatic Colors of #650669
Black with #650669
Text Example
Text Example
White with #650669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650669; }
p { color: rgb(101,6,105); }
H1.HeaderClassName
{
color: #650669;
}
.AnyTagClassName
{
color: #650669;
}
</style>
background-color css
<style>
a { background-color: #650669; }
a { background-color: rgb(101,6,105); }
div.DivClassName
{
background-color: #650669;
}
.BgClassName
{
background-color: #650669;
}
</style>
border-color css
<style>
span { border-color: #650669; }
span { border-color: rgb(101,6,105); }
td.TdClassName
{
border-color: #650669;
}
.TagClassName
{
border-color: #650669;
}
</style>