Shades of Purple #650769
Tints of Purple #650769
RGB
CMYK
RGB Variations
Color information
#650769 (or 0x650769) is known color: Purple. HEX triplet: 65, 07 and 69. RGB value is (101,7,105). Sum of RGB (Red+Green+Blue) = 101+7+105=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #650769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650769 is #9AF896. Grayscale: #2D2D2D. Windows color (decimal): -10156183 or 6883173. OLE color: 6883173.
HSL color Cylindrical-coordinate representation of color #650769: hue angle of 297.55º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650769 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 7 | 105 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.59 |
| HSL | 297.55º | 0.88% | 0.22% | - |
| HSV(B) | 297.55º | 0.93% | 0.41% | - |
| XYZ | 7.99 | 3.94 | 13.7 | - |
| YUV | 46.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 105 | 0.04 | 0.93 | 0 | 0.59 | 297.55 | 0.88 | 0.22 |
| Hex | 65 | 7 | 69 | 4 | 5D | 0 | 3B | 12A | 58 | 16 |
| Octal | 145 | 7 | 151 | 4 | 135 | 0 | 73 | 452 | 130 | 26 |
| Binary | 1100101 | 111 | 1101001 | 100 | 1011101 | 0 | 111011 | 100101010 | 1011000 | 10110 |
Color Harmonies of #650769
Complementary color
Monochromatic Colors of #650769
Black with #650769
Text Example
Text Example
White with #650769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650769; }
p { color: rgb(101,7,105); }
H1.HeaderClassName
{
color: #650769;
}
.AnyTagClassName
{
color: #650769;
}
</style>
background-color css
<style>
a { background-color: #650769; }
a { background-color: rgb(101,7,105); }
div.DivClassName
{
background-color: #650769;
}
.BgClassName
{
background-color: #650769;
}
</style>
border-color css
<style>
span { border-color: #650769; }
span { border-color: rgb(101,7,105); }
td.TdClassName
{
border-color: #650769;
}
.TagClassName
{
border-color: #650769;
}
</style>