Shades of Purple #640A70
Tints of Purple #640A70
RGB
CMYK
RGB Variations
Color information
#640A70 (or 0x640A70) is known color: Purple. HEX triplet: 64, 0A and 70. RGB value is (100,10,112). Sum of RGB (Red+Green+Blue) = 100+10+112=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #640A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A70 is #9BF58F. Grayscale: #303030. Windows color (decimal): -10220944 or 7342692. OLE color: 7342692.
HSL color Cylindrical-coordinate representation of color #640A70: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640A70 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 10 | 112 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.56 |
| HSL | 292.94º | 0.84% | 0.24% | - |
| HSV(B) | 292.94º | 0.91% | 0.44% | - |
| XYZ | 8.29 | 4.1 | 15.68 | - |
| YUV | 48.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 112 | 0.11 | 0.91 | 0 | 0.56 | 292.94 | 0.84 | 0.24 |
| Hex | 64 | A | 70 | B | 5B | 0 | 38 | 125 | 54 | 18 |
| Octal | 144 | 12 | 160 | 13 | 133 | 0 | 70 | 445 | 124 | 30 |
| Binary | 1100100 | 1010 | 1110000 | 1011 | 1011011 | 0 | 111000 | 100100101 | 1010100 | 11000 |
Color Harmonies of #640A70
Complementary color
Monochromatic Colors of #640A70
Black with #640A70
Text Example
Text Example
White with #640A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A70; }
p { color: rgb(100,10,112); }
H1.HeaderClassName
{
color: #640A70;
}
.AnyTagClassName
{
color: #640A70;
}
</style>
background-color css
<style>
a { background-color: #640A70; }
a { background-color: rgb(100,10,112); }
div.DivClassName
{
background-color: #640A70;
}
.BgClassName
{
background-color: #640A70;
}
</style>
border-color css
<style>
span { border-color: #640A70; }
span { border-color: rgb(100,10,112); }
td.TdClassName
{
border-color: #640A70;
}
.TagClassName
{
border-color: #640A70;
}
</style>