Shades of Purple Heart #640DBA
Tints of Purple Heart #640DBA
RGB
CMYK
RGB Variations
Color information
#640DBA (or 0x640DBA) is known color: Purple Heart. HEX triplet: 64, 0D and BA. RGB value is (100,13,186). Sum of RGB (Red+Green+Blue) = 100+13+186=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #640DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DBA is #9BF245. Grayscale: #3A3A3A. Windows color (decimal): -10220102 or 12193124. OLE color: 12193124.
HSL color Cylindrical-coordinate representation of color #640DBA: hue angle of 270.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640DBA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 13 | 186 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.27 |
| HSL | 270.17º | 0.87% | 0.39% | - |
| HSV(B) | 270.17º | 0.93% | 0.73% | - |
| XYZ | 14.26 | 6.54 | 46.97 | - |
| YUV | 58.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 186 | 0.46 | 0.93 | 0 | 0.27 | 270.17 | 0.87 | 0.39 |
| Hex | 64 | D | BA | 2E | 5D | 0 | 1B | 10E | 57 | 27 |
| Octal | 144 | 15 | 272 | 56 | 135 | 0 | 33 | 416 | 127 | 47 |
| Binary | 1100100 | 1101 | 10111010 | 101110 | 1011101 | 0 | 11011 | 100001110 | 1010111 | 100111 |
Color Harmonies of #640DBA
Complementary color
Monochromatic Colors of #640DBA
Black with #640DBA
Text Example
Text Example
White with #640DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DBA; }
p { color: rgb(100,13,186); }
H1.HeaderClassName
{
color: #640DBA;
}
.AnyTagClassName
{
color: #640DBA;
}
</style>
background-color css
<style>
a { background-color: #640DBA; }
a { background-color: rgb(100,13,186); }
div.DivClassName
{
background-color: #640DBA;
}
.BgClassName
{
background-color: #640DBA;
}
</style>
border-color css
<style>
span { border-color: #640DBA; }
span { border-color: rgb(100,13,186); }
td.TdClassName
{
border-color: #640DBA;
}
.TagClassName
{
border-color: #640DBA;
}
</style>