Shades of Purple Heart #640BC8
Tints of Purple Heart #640BC8
RGB
CMYK
RGB Variations
Color information
#640BC8 (or 0x640BC8) is known color: Purple Heart. HEX triplet: 64, 0B and C8. RGB value is (100,11,200). Sum of RGB (Red+Green+Blue) = 100+11+200=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 200 (78.52% from 255 or 64.31% from 311); Max value from RGB is 200 - color contains mainly: blue. Hex color #640BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BC8 is #9BF437. Grayscale: #3A3A3A. Windows color (decimal): -10220600 or 13110116. OLE color: 13110116.
HSL color Cylindrical-coordinate representation of color #640BC8: hue angle of 268.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BC8 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 11 | 200 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.22 |
| HSL | 268.25º | 0.9% | 0.41% | - |
| HSV(B) | 268.25º | 0.95% | 0.78% | - |
| XYZ | 15.8 | 7.12 | 55.18 | - |
| YUV | 59.16 | 207.49 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 200 | 0.5 | 0.94 | 0 | 0.22 | 268.25 | 0.9 | 0.41 |
| Hex | 64 | B | C8 | 32 | 5E | 0 | 16 | 10C | 5A | 29 |
| Octal | 144 | 13 | 310 | 62 | 136 | 0 | 26 | 414 | 132 | 51 |
| Binary | 1100100 | 1011 | 11001000 | 110010 | 1011110 | 0 | 10110 | 100001100 | 1011010 | 101001 |
Color Harmonies of #640BC8
Complementary color
Monochromatic Colors of #640BC8
Black with #640BC8
Text Example
Text Example
White with #640BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BC8; }
p { color: rgb(100,11,200); }
H1.HeaderClassName
{
color: #640BC8;
}
.AnyTagClassName
{
color: #640BC8;
}
</style>
background-color css
<style>
a { background-color: #640BC8; }
a { background-color: rgb(100,11,200); }
div.DivClassName
{
background-color: #640BC8;
}
.BgClassName
{
background-color: #640BC8;
}
</style>
border-color css
<style>
span { border-color: #640BC8; }
span { border-color: rgb(100,11,200); }
td.TdClassName
{
border-color: #640BC8;
}
.TagClassName
{
border-color: #640BC8;
}
</style>