Shades of Purple #640175
Tints of Purple #640175
RGB
CMYK
RGB Variations
Color information
#640175 (or 0x640175) is known color: Purple. HEX triplet: 64, 01 and 75. RGB value is (100,1,117). Sum of RGB (Red+Green+Blue) = 100+1+117=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #640175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640175 is #9BFE8A. Grayscale: #2B2B2B. Windows color (decimal): -10223243 or 7668068. OLE color: 7668068.
HSL color Cylindrical-coordinate representation of color #640175: hue angle of 291.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640175 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 1 | 117 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.54 |
| HSL | 291.21º | 0.98% | 0.23% | - |
| HSV(B) | 291.21º | 0.99% | 0.46% | - |
| XYZ | 8.48 | 4.02 | 17.16 | - |
| YUV | 43.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 117 | 0.15 | 0.99 | 0 | 0.54 | 291.21 | 0.98 | 0.23 |
| Hex | 64 | 1 | 75 | F | 63 | 0 | 36 | 123 | 62 | 17 |
| Octal | 144 | 1 | 165 | 17 | 143 | 0 | 66 | 443 | 142 | 27 |
| Binary | 1100100 | 1 | 1110101 | 1111 | 1100011 | 0 | 110110 | 100100011 | 1100010 | 10111 |
Color Harmonies of #640175
Complementary color
Monochromatic Colors of #640175
Black with #640175
Text Example
Text Example
White with #640175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640175; }
p { color: rgb(100,1,117); }
H1.HeaderClassName
{
color: #640175;
}
.AnyTagClassName
{
color: #640175;
}
</style>
background-color css
<style>
a { background-color: #640175; }
a { background-color: rgb(100,1,117); }
div.DivClassName
{
background-color: #640175;
}
.BgClassName
{
background-color: #640175;
}
</style>
border-color css
<style>
span { border-color: #640175; }
span { border-color: rgb(100,1,117); }
td.TdClassName
{
border-color: #640175;
}
.TagClassName
{
border-color: #640175;
}
</style>