Shades of Purple #640769
Tints of Purple #640769
RGB
CMYK
RGB Variations
Color information
#640769 (or 0x640769) is known color: Purple. HEX triplet: 64, 07 and 69. RGB value is (100,7,105). Sum of RGB (Red+Green+Blue) = 100+7+105=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 7 (3.12% from 255 or 3.30% 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 #640769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640769 is #9BF896. Grayscale: #2D2D2D. Windows color (decimal): -10221719 or 6883172. OLE color: 6883172.
HSL color Cylindrical-coordinate representation of color #640769: hue angle of 296.94º 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 #640769 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 7 | 105 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.59 |
| HSL | 296.94º | 0.88% | 0.22% | - |
| HSV(B) | 296.94º | 0.93% | 0.41% | - |
| XYZ | 7.88 | 3.88 | 13.7 | - |
| YUV | 45.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 105 | 0.05 | 0.93 | 0 | 0.59 | 296.94 | 0.88 | 0.22 |
| Hex | 64 | 7 | 69 | 5 | 5D | 0 | 3B | 129 | 58 | 16 |
| Octal | 144 | 7 | 151 | 5 | 135 | 0 | 73 | 451 | 130 | 26 |
| Binary | 1100100 | 111 | 1101001 | 101 | 1011101 | 0 | 111011 | 100101001 | 1011000 | 10110 |
Color Harmonies of #640769
Complementary color
Monochromatic Colors of #640769
Black with #640769
Text Example
Text Example
White with #640769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640769; }
p { color: rgb(100,7,105); }
H1.HeaderClassName
{
color: #640769;
}
.AnyTagClassName
{
color: #640769;
}
</style>
background-color css
<style>
a { background-color: #640769; }
a { background-color: rgb(100,7,105); }
div.DivClassName
{
background-color: #640769;
}
.BgClassName
{
background-color: #640769;
}
</style>
border-color css
<style>
span { border-color: #640769; }
span { border-color: rgb(100,7,105); }
td.TdClassName
{
border-color: #640769;
}
.TagClassName
{
border-color: #640769;
}
</style>