Shades of Purple #640568
Tints of Purple #640568
RGB
CMYK
RGB Variations
Color information
#640568 (or 0x640568) is known color: Purple. HEX triplet: 64, 05 and 68. RGB value is (100,5,104). Sum of RGB (Red+Green+Blue) = 100+5+104=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #640568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640568 is #9BFA97. Grayscale: #2C2C2C. Windows color (decimal): -10222232 or 6817124. OLE color: 6817124.
HSL color Cylindrical-coordinate representation of color #640568: hue angle of 297.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640568 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 5 | 104 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.59 |
| HSL | 297.58º | 0.91% | 0.21% | - |
| HSV(B) | 297.58º | 0.95% | 0.41% | - |
| XYZ | 7.81 | 3.82 | 13.42 | - |
| YUV | 44.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 104 | 0.04 | 0.95 | 0 | 0.59 | 297.58 | 0.91 | 0.21 |
| Hex | 64 | 5 | 68 | 4 | 5F | 0 | 3B | 12A | 5B | 15 |
| Octal | 144 | 5 | 150 | 4 | 137 | 0 | 73 | 452 | 133 | 25 |
| Binary | 1100100 | 101 | 1101000 | 100 | 1011111 | 0 | 111011 | 100101010 | 1011011 | 10101 |
Color Harmonies of #640568
Complementary color
Monochromatic Colors of #640568
Black with #640568
Text Example
Text Example
White with #640568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640568; }
p { color: rgb(100,5,104); }
H1.HeaderClassName
{
color: #640568;
}
.AnyTagClassName
{
color: #640568;
}
</style>
background-color css
<style>
a { background-color: #640568; }
a { background-color: rgb(100,5,104); }
div.DivClassName
{
background-color: #640568;
}
.BgClassName
{
background-color: #640568;
}
</style>
border-color css
<style>
span { border-color: #640568; }
span { border-color: rgb(100,5,104); }
td.TdClassName
{
border-color: #640568;
}
.TagClassName
{
border-color: #640568;
}
</style>