Shades of Purple Heart #640BBD
Tints of Purple Heart #640BBD
RGB
CMYK
RGB Variations
Color information
#640BBD (or 0x640BBD) is known color: Purple Heart. HEX triplet: 64, 0B and BD. RGB value is (100,11,189). Sum of RGB (Red+Green+Blue) = 100+11+189=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #640BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BBD is #9BF442. Grayscale: #393939. Windows color (decimal): -10220611 or 12389220. OLE color: 12389220.
HSL color Cylindrical-coordinate representation of color #640BBD: hue angle of 270º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BBD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 11 | 189 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.26 |
| HSL | 270º | 0.89% | 0.39% | - |
| HSV(B) | 270º | 0.94% | 0.74% | - |
| XYZ | 14.56 | 6.62 | 48.66 | - |
| YUV | 57.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 189 | 0.47 | 0.94 | 0 | 0.26 | 270 | 0.89 | 0.39 |
| Hex | 64 | B | BD | 2F | 5E | 0 | 1A | 10E | 59 | 27 |
| Octal | 144 | 13 | 275 | 57 | 136 | 0 | 32 | 416 | 131 | 47 |
| Binary | 1100100 | 1011 | 10111101 | 101111 | 1011110 | 0 | 11010 | 100001110 | 1011001 | 100111 |
Color Harmonies of #640BBD
Complementary color
Monochromatic Colors of #640BBD
Black with #640BBD
Text Example
Text Example
White with #640BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BBD; }
p { color: rgb(100,11,189); }
H1.HeaderClassName
{
color: #640BBD;
}
.AnyTagClassName
{
color: #640BBD;
}
</style>
background-color css
<style>
a { background-color: #640BBD; }
a { background-color: rgb(100,11,189); }
div.DivClassName
{
background-color: #640BBD;
}
.BgClassName
{
background-color: #640BBD;
}
</style>
border-color css
<style>
span { border-color: #640BBD; }
span { border-color: rgb(100,11,189); }
td.TdClassName
{
border-color: #640BBD;
}
.TagClassName
{
border-color: #640BBD;
}
</style>