Shades of Purple #640276
Tints of Purple #640276
RGB
CMYK
RGB Variations
Color information
#640276 (or 0x640276) is known color: Purple. HEX triplet: 64, 02 and 76. RGB value is (100,2,118). Sum of RGB (Red+Green+Blue) = 100+2+118=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #640276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640276 is #9BFD89. Grayscale: #2C2C2C. Windows color (decimal): -10222986 or 7733860. OLE color: 7733860.
HSL color Cylindrical-coordinate representation of color #640276: hue angle of 290.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640276 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 2 | 118 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.54 |
| HSL | 290.69º | 0.97% | 0.24% | - |
| HSV(B) | 290.69º | 0.98% | 0.46% | - |
| XYZ | 8.55 | 4.06 | 17.47 | - |
| YUV | 44.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 118 | 0.15 | 0.98 | 0 | 0.54 | 290.69 | 0.97 | 0.24 |
| Hex | 64 | 2 | 76 | F | 62 | 0 | 36 | 123 | 61 | 18 |
| Octal | 144 | 2 | 166 | 17 | 142 | 0 | 66 | 443 | 141 | 30 |
| Binary | 1100100 | 10 | 1110110 | 1111 | 1100010 | 0 | 110110 | 100100011 | 1100001 | 11000 |
Color Harmonies of #640276
Complementary color
Monochromatic Colors of #640276
Black with #640276
Text Example
Text Example
White with #640276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640276; }
p { color: rgb(100,2,118); }
H1.HeaderClassName
{
color: #640276;
}
.AnyTagClassName
{
color: #640276;
}
</style>
background-color css
<style>
a { background-color: #640276; }
a { background-color: rgb(100,2,118); }
div.DivClassName
{
background-color: #640276;
}
.BgClassName
{
background-color: #640276;
}
</style>
border-color css
<style>
span { border-color: #640276; }
span { border-color: rgb(100,2,118); }
td.TdClassName
{
border-color: #640276;
}
.TagClassName
{
border-color: #640276;
}
</style>