Shades of Purple Heart #6432DA
Tints of Purple Heart #6432DA
RGB
CMYK
RGB Variations
Color information
#6432DA (or 0x6432DA) is known color: Purple Heart. HEX triplet: 64, 32 and DA. RGB value is (100,50,218). Sum of RGB (Red+Green+Blue) = 100+50+218=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #6432DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432DA is #9BCD25. Grayscale: #535353. Windows color (decimal): -10210598 or 14299748. OLE color: 14299748.
HSL color Cylindrical-coordinate representation of color #6432DA: hue angle of 257.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6432DA is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 50 | 218 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.15 |
| HSL | 257.86º | 0.69% | 0.53% | - |
| HSV(B) | 257.86º | 0.77% | 0.85% | - |
| XYZ | 19.05 | 10.05 | 67.27 | - |
| YUV | 84.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 218 | 0.54 | 0.77 | 0 | 0.15 | 257.86 | 0.69 | 0.53 |
| Hex | 64 | 32 | DA | 36 | 4D | 0 | F | 102 | 45 | 35 |
| Octal | 144 | 62 | 332 | 66 | 115 | 0 | 17 | 402 | 105 | 65 |
| Binary | 1100100 | 110010 | 11011010 | 110110 | 1001101 | 0 | 1111 | 100000010 | 1000101 | 110101 |
Color Harmonies of #6432DA
Complementary color
Monochromatic Colors of #6432DA
Black with #6432DA
Text Example
Text Example
White with #6432DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432DA; }
p { color: rgb(100,50,218); }
H1.HeaderClassName
{
color: #6432DA;
}
.AnyTagClassName
{
color: #6432DA;
}
</style>
background-color css
<style>
a { background-color: #6432DA; }
a { background-color: rgb(100,50,218); }
div.DivClassName
{
background-color: #6432DA;
}
.BgClassName
{
background-color: #6432DA;
}
</style>
border-color css
<style>
span { border-color: #6432DA; }
span { border-color: rgb(100,50,218); }
td.TdClassName
{
border-color: #6432DA;
}
.TagClassName
{
border-color: #6432DA;
}
</style>