Shades of Purple Heart #640BBA
Tints of Purple Heart #640BBA
RGB
CMYK
RGB Variations
Color information
#640BBA (or 0x640BBA) is known color: Purple Heart. HEX triplet: 64, 0B and BA. RGB value is (100,11,186). Sum of RGB (Red+Green+Blue) = 100+11+186=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #640BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BBA is #9BF445. Grayscale: #383838. Windows color (decimal): -10220614 or 12192612. OLE color: 12192612.
HSL color Cylindrical-coordinate representation of color #640BBA: hue angle of 270.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BBA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 11 | 186 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.27 |
| HSL | 270.51º | 0.89% | 0.39% | - |
| HSV(B) | 270.51º | 0.94% | 0.73% | - |
| XYZ | 14.24 | 6.49 | 46.96 | - |
| YUV | 57.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 186 | 0.46 | 0.94 | 0 | 0.27 | 270.51 | 0.89 | 0.39 |
| Hex | 64 | B | BA | 2E | 5E | 0 | 1B | 10F | 59 | 27 |
| Octal | 144 | 13 | 272 | 56 | 136 | 0 | 33 | 417 | 131 | 47 |
| Binary | 1100100 | 1011 | 10111010 | 101110 | 1011110 | 0 | 11011 | 100001111 | 1011001 | 100111 |
Color Harmonies of #640BBA
Complementary color
Monochromatic Colors of #640BBA
Black with #640BBA
Text Example
Text Example
White with #640BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BBA; }
p { color: rgb(100,11,186); }
H1.HeaderClassName
{
color: #640BBA;
}
.AnyTagClassName
{
color: #640BBA;
}
</style>
background-color css
<style>
a { background-color: #640BBA; }
a { background-color: rgb(100,11,186); }
div.DivClassName
{
background-color: #640BBA;
}
.BgClassName
{
background-color: #640BBA;
}
</style>
border-color css
<style>
span { border-color: #640BBA; }
span { border-color: rgb(100,11,186); }
td.TdClassName
{
border-color: #640BBA;
}
.TagClassName
{
border-color: #640BBA;
}
</style>