Shades of Purple #640169
Tints of Purple #640169
RGB
CMYK
RGB Variations
Color information
#640169 (or 0x640169) is known color: Purple. HEX triplet: 64, 01 and 69. RGB value is (100,1,105). Sum of RGB (Red+Green+Blue) = 100+1+105=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #640169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640169 is #9BFE96. Grayscale: #2A2A2A. Windows color (decimal): -10223255 or 6881636. OLE color: 6881636.
HSL color Cylindrical-coordinate representation of color #640169: hue angle of 297.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640169 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 1 | 105 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.59 |
| HSL | 297.12º | 0.98% | 0.21% | - |
| HSV(B) | 297.12º | 0.99% | 0.41% | - |
| XYZ | 7.82 | 3.75 | 13.68 | - |
| YUV | 42.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 105 | 0.05 | 0.99 | 0 | 0.59 | 297.12 | 0.98 | 0.21 |
| Hex | 64 | 1 | 69 | 5 | 63 | 0 | 3B | 129 | 62 | 15 |
| Octal | 144 | 1 | 151 | 5 | 143 | 0 | 73 | 451 | 142 | 25 |
| Binary | 1100100 | 1 | 1101001 | 101 | 1100011 | 0 | 111011 | 100101001 | 1100010 | 10101 |
Color Harmonies of #640169
Complementary color
Monochromatic Colors of #640169
Black with #640169
Text Example
Text Example
White with #640169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640169; }
p { color: rgb(100,1,105); }
H1.HeaderClassName
{
color: #640169;
}
.AnyTagClassName
{
color: #640169;
}
</style>
background-color css
<style>
a { background-color: #640169; }
a { background-color: rgb(100,1,105); }
div.DivClassName
{
background-color: #640169;
}
.BgClassName
{
background-color: #640169;
}
</style>
border-color css
<style>
span { border-color: #640169; }
span { border-color: rgb(100,1,105); }
td.TdClassName
{
border-color: #640169;
}
.TagClassName
{
border-color: #640169;
}
</style>