Shades of Purple Heart #640ABB
Tints of Purple Heart #640ABB
RGB
CMYK
RGB Variations
Color information
#640ABB (or 0x640ABB) is known color: Purple Heart. HEX triplet: 64, 0A and BB. RGB value is (100,10,187). Sum of RGB (Red+Green+Blue) = 100+10+187=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #640ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ABB is #9BF544. Grayscale: #383838. Windows color (decimal): -10220869 or 12257892. OLE color: 12257892.
HSL color Cylindrical-coordinate representation of color #640ABB: hue angle of 270.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640ABB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 10 | 187 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270.51º | 0.9% | 0.39% | - |
| HSV(B) | 270.51º | 0.95% | 0.73% | - |
| XYZ | 14.33 | 6.51 | 47.52 | - |
| YUV | 57.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 187 | 0.47 | 0.95 | 0 | 0.27 | 270.51 | 0.9 | 0.39 |
| Hex | 64 | A | BB | 2F | 5F | 0 | 1B | 10F | 5A | 27 |
| Octal | 144 | 12 | 273 | 57 | 137 | 0 | 33 | 417 | 132 | 47 |
| Binary | 1100100 | 1010 | 10111011 | 101111 | 1011111 | 0 | 11011 | 100001111 | 1011010 | 100111 |
Color Harmonies of #640ABB
Complementary color
Monochromatic Colors of #640ABB
Black with #640ABB
Text Example
Text Example
White with #640ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640ABB; }
p { color: rgb(100,10,187); }
H1.HeaderClassName
{
color: #640ABB;
}
.AnyTagClassName
{
color: #640ABB;
}
</style>
background-color css
<style>
a { background-color: #640ABB; }
a { background-color: rgb(100,10,187); }
div.DivClassName
{
background-color: #640ABB;
}
.BgClassName
{
background-color: #640ABB;
}
</style>
border-color css
<style>
span { border-color: #640ABB; }
span { border-color: rgb(100,10,187); }
td.TdClassName
{
border-color: #640ABB;
}
.TagClassName
{
border-color: #640ABB;
}
</style>