Shades of Purple #640F75
Tints of Purple #640F75
RGB
CMYK
RGB Variations
Color information
#640F75 (or 0x640F75) is known color: Purple. HEX triplet: 64, 0F and 75. RGB value is (100,15,117). Sum of RGB (Red+Green+Blue) = 100+15+117=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #640F75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F75 is #9BF08A. Grayscale: #333333. Windows color (decimal): -10219659 or 7671652. OLE color: 7671652.
HSL color Cylindrical-coordinate representation of color #640F75: hue angle of 290º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640F75 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 15 | 117 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.54 |
| HSL | 290º | 0.77% | 0.26% | - |
| HSV(B) | 290º | 0.87% | 0.46% | - |
| XYZ | 8.64 | 4.34 | 17.21 | - |
| YUV | 52.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 117 | 0.15 | 0.87 | 0 | 0.54 | 290 | 0.77 | 0.26 |
| Hex | 64 | F | 75 | F | 57 | 0 | 36 | 122 | 4D | 1A |
| Octal | 144 | 17 | 165 | 17 | 127 | 0 | 66 | 442 | 115 | 32 |
| Binary | 1100100 | 1111 | 1110101 | 1111 | 1010111 | 0 | 110110 | 100100010 | 1001101 | 11010 |
Color Harmonies of #640F75
Complementary color
Monochromatic Colors of #640F75
Black with #640F75
Text Example
Text Example
White with #640F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F75; }
p { color: rgb(100,15,117); }
H1.HeaderClassName
{
color: #640F75;
}
.AnyTagClassName
{
color: #640F75;
}
</style>
background-color css
<style>
a { background-color: #640F75; }
a { background-color: rgb(100,15,117); }
div.DivClassName
{
background-color: #640F75;
}
.BgClassName
{
background-color: #640F75;
}
</style>
border-color css
<style>
span { border-color: #640F75; }
span { border-color: rgb(100,15,117); }
td.TdClassName
{
border-color: #640F75;
}
.TagClassName
{
border-color: #640F75;
}
</style>