Shades of Purple Heart #6432DB
Tints of Purple Heart #6432DB
RGB
CMYK
RGB Variations
Color information
#6432DB (or 0x6432DB) is known color: Purple Heart. HEX triplet: 64, 32 and DB. RGB value is (100,50,219). Sum of RGB (Red+Green+Blue) = 100+50+219=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #6432DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432DB is #9BCD24. Grayscale: #535353. Windows color (decimal): -10210597 or 14365284. OLE color: 14365284.
HSL color Cylindrical-coordinate representation of color #6432DB: hue angle of 257.75º degrees, saturation: 0.7, 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 #6432DB is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 50 | 219 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.14 |
| HSL | 257.75º | 0.7% | 0.53% | - |
| HSV(B) | 257.75º | 0.77% | 0.86% | - |
| XYZ | 19.18 | 10.11 | 67.96 | - |
| YUV | 84.22 | 204.07 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 219 | 0.54 | 0.77 | 0 | 0.14 | 257.75 | 0.7 | 0.53 |
| Hex | 64 | 32 | DB | 36 | 4D | 0 | E | 102 | 46 | 35 |
| Octal | 144 | 62 | 333 | 66 | 115 | 0 | 16 | 402 | 106 | 65 |
| Binary | 1100100 | 110010 | 11011011 | 110110 | 1001101 | 0 | 1110 | 100000010 | 1000110 | 110101 |
Color Harmonies of #6432DB
Complementary color
Monochromatic Colors of #6432DB
Black with #6432DB
Text Example
Text Example
White with #6432DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432DB; }
p { color: rgb(100,50,219); }
H1.HeaderClassName
{
color: #6432DB;
}
.AnyTagClassName
{
color: #6432DB;
}
</style>
background-color css
<style>
a { background-color: #6432DB; }
a { background-color: rgb(100,50,219); }
div.DivClassName
{
background-color: #6432DB;
}
.BgClassName
{
background-color: #6432DB;
}
</style>
border-color css
<style>
span { border-color: #6432DB; }
span { border-color: rgb(100,50,219); }
td.TdClassName
{
border-color: #6432DB;
}
.TagClassName
{
border-color: #6432DB;
}
</style>