Shades of Purple Heart #6432DC
Tints of Purple Heart #6432DC
RGB
CMYK
RGB Variations
Color information
#6432DC (or 0x6432DC) is known color: Purple Heart. HEX triplet: 64, 32 and DC. RGB value is (100,50,220). Sum of RGB (Red+Green+Blue) = 100+50+220=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #6432DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432DC is #9BCD23. Grayscale: #535353. Windows color (decimal): -10210596 or 14430820. OLE color: 14430820.
HSL color Cylindrical-coordinate representation of color #6432DC: hue angle of 257.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6432DC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 50 | 220 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.14 |
| HSL | 257.65º | 0.71% | 0.53% | - |
| HSV(B) | 257.65º | 0.77% | 0.86% | - |
| XYZ | 19.31 | 10.16 | 68.65 | - |
| YUV | 84.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 220 | 0.55 | 0.77 | 0 | 0.14 | 257.65 | 0.71 | 0.53 |
| Hex | 64 | 32 | DC | 37 | 4D | 0 | E | 102 | 47 | 35 |
| Octal | 144 | 62 | 334 | 67 | 115 | 0 | 16 | 402 | 107 | 65 |
| Binary | 1100100 | 110010 | 11011100 | 110111 | 1001101 | 0 | 1110 | 100000010 | 1000111 | 110101 |
Color Harmonies of #6432DC
Complementary color
Monochromatic Colors of #6432DC
Black with #6432DC
Text Example
Text Example
White with #6432DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432DC; }
p { color: rgb(100,50,220); }
H1.HeaderClassName
{
color: #6432DC;
}
.AnyTagClassName
{
color: #6432DC;
}
</style>
background-color css
<style>
a { background-color: #6432DC; }
a { background-color: rgb(100,50,220); }
div.DivClassName
{
background-color: #6432DC;
}
.BgClassName
{
background-color: #6432DC;
}
</style>
border-color css
<style>
span { border-color: #6432DC; }
span { border-color: rgb(100,50,220); }
td.TdClassName
{
border-color: #6432DC;
}
.TagClassName
{
border-color: #6432DC;
}
</style>