Shades of Purple Heart #642DBA
Tints of Purple Heart #642DBA
RGB
CMYK
RGB Variations
Color information
#642DBA (or 0x642DBA) is known color: Purple Heart. HEX triplet: 64, 2D and BA. RGB value is (100,45,186). Sum of RGB (Red+Green+Blue) = 100+45+186=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #642DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DBA is #9BD245. Grayscale: #4D4D4D. Windows color (decimal): -10211910 or 12201316. OLE color: 12201316.
HSL color Cylindrical-coordinate representation of color #642DBA: hue angle of 263.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642DBA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 45 | 186 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.27 |
| HSL | 263.4º | 0.61% | 0.45% | - |
| HSV(B) | 263.4º | 0.76% | 0.73% | - |
| XYZ | 15.06 | 8.13 | 47.23 | - |
| YUV | 77.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 186 | 0.46 | 0.76 | 0 | 0.27 | 263.4 | 0.61 | 0.45 |
| Hex | 64 | 2D | BA | 2E | 4C | 0 | 1B | 107 | 3D | 2D |
| Octal | 144 | 55 | 272 | 56 | 114 | 0 | 33 | 407 | 75 | 55 |
| Binary | 1100100 | 101101 | 10111010 | 101110 | 1001100 | 0 | 11011 | 100000111 | 111101 | 101101 |
Color Harmonies of #642DBA
Complementary color
Monochromatic Colors of #642DBA
Black with #642DBA
Text Example
Text Example
White with #642DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DBA; }
p { color: rgb(100,45,186); }
H1.HeaderClassName
{
color: #642DBA;
}
.AnyTagClassName
{
color: #642DBA;
}
</style>
background-color css
<style>
a { background-color: #642DBA; }
a { background-color: rgb(100,45,186); }
div.DivClassName
{
background-color: #642DBA;
}
.BgClassName
{
background-color: #642DBA;
}
</style>
border-color css
<style>
span { border-color: #642DBA; }
span { border-color: rgb(100,45,186); }
td.TdClassName
{
border-color: #642DBA;
}
.TagClassName
{
border-color: #642DBA;
}
</style>