Shades of Purple Heart #6428DB
Tints of Purple Heart #6428DB
RGB
CMYK
RGB Variations
Color information
#6428DB (or 0x6428DB) is known color: Purple Heart. HEX triplet: 64, 28 and DB. RGB value is (100,40,219). Sum of RGB (Red+Green+Blue) = 100+40+219=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6428DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428DB is #9BD724. Grayscale: #4D4D4D. Windows color (decimal): -10213157 or 14362724. OLE color: 14362724.
HSL color Cylindrical-coordinate representation of color #6428DB: hue angle of 260.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6428DB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 40 | 219 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.14 |
| HSL | 260.11º | 0.71% | 0.51% | - |
| HSV(B) | 260.11º | 0.82% | 0.86% | - |
| XYZ | 18.8 | 9.34 | 67.83 | - |
| YUV | 78.35 | 207.38 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 219 | 0.54 | 0.82 | 0 | 0.14 | 260.11 | 0.71 | 0.51 |
| Hex | 64 | 28 | DB | 36 | 52 | 0 | E | 104 | 47 | 33 |
| Octal | 144 | 50 | 333 | 66 | 122 | 0 | 16 | 404 | 107 | 63 |
| Binary | 1100100 | 101000 | 11011011 | 110110 | 1010010 | 0 | 1110 | 100000100 | 1000111 | 110011 |
Color Harmonies of #6428DB
Complementary color
Monochromatic Colors of #6428DB
Black with #6428DB
Text Example
Text Example
White with #6428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428DB; }
p { color: rgb(100,40,219); }
H1.HeaderClassName
{
color: #6428DB;
}
.AnyTagClassName
{
color: #6428DB;
}
</style>
background-color css
<style>
a { background-color: #6428DB; }
a { background-color: rgb(100,40,219); }
div.DivClassName
{
background-color: #6428DB;
}
.BgClassName
{
background-color: #6428DB;
}
</style>
border-color css
<style>
span { border-color: #6428DB; }
span { border-color: rgb(100,40,219); }
td.TdClassName
{
border-color: #6428DB;
}
.TagClassName
{
border-color: #6428DB;
}
</style>