Shades of Purple Heart #640CBD
Tints of Purple Heart #640CBD
RGB
CMYK
RGB Variations
Color information
#640CBD (or 0x640CBD) is known color: Purple Heart. HEX triplet: 64, 0C and BD. RGB value is (100,12,189). Sum of RGB (Red+Green+Blue) = 100+12+189=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #640CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CBD is #9BF342. Grayscale: #393939. Windows color (decimal): -10220355 or 12389476. OLE color: 12389476.
HSL color Cylindrical-coordinate representation of color #640CBD: hue angle of 269.83º degrees, saturation: 0.88, 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 #640CBD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 12 | 189 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.26 |
| HSL | 269.83º | 0.88% | 0.39% | - |
| HSV(B) | 269.83º | 0.94% | 0.74% | - |
| XYZ | 14.57 | 6.65 | 48.66 | - |
| YUV | 58.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 189 | 0.47 | 0.94 | 0 | 0.26 | 269.83 | 0.88 | 0.39 |
| Hex | 64 | C | BD | 2F | 5E | 0 | 1A | 10E | 58 | 27 |
| Octal | 144 | 14 | 275 | 57 | 136 | 0 | 32 | 416 | 130 | 47 |
| Binary | 1100100 | 1100 | 10111101 | 101111 | 1011110 | 0 | 11010 | 100001110 | 1011000 | 100111 |
Color Harmonies of #640CBD
Complementary color
Monochromatic Colors of #640CBD
Black with #640CBD
Text Example
Text Example
White with #640CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CBD; }
p { color: rgb(100,12,189); }
H1.HeaderClassName
{
color: #640CBD;
}
.AnyTagClassName
{
color: #640CBD;
}
</style>
background-color css
<style>
a { background-color: #640CBD; }
a { background-color: rgb(100,12,189); }
div.DivClassName
{
background-color: #640CBD;
}
.BgClassName
{
background-color: #640CBD;
}
</style>
border-color css
<style>
span { border-color: #640CBD; }
span { border-color: rgb(100,12,189); }
td.TdClassName
{
border-color: #640CBD;
}
.TagClassName
{
border-color: #640CBD;
}
</style>