Shades of Purple Heart #6024DB
Tints of Purple Heart #6024DB
RGB
CMYK
RGB Variations
Color information
#6024DB (or 0x6024DB) is known color: Purple Heart. HEX triplet: 60, 24 and DB. RGB value is (96,36,219). Sum of RGB (Red+Green+Blue) = 96+36+219=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #6024DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024DB is #9FDB24. Grayscale: #4A4A4A. Windows color (decimal): -10476325 or 14361696. OLE color: 14361696.
HSL color Cylindrical-coordinate representation of color #6024DB: hue angle of 259.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6024DB is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 36 | 219 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.14 |
| HSL | 259.67º | 0.72% | 0.5% | - |
| HSV(B) | 259.67º | 0.84% | 0.86% | - |
| XYZ | 18.24 | 8.86 | 67.77 | - |
| YUV | 74.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 219 | 0.56 | 0.84 | 0 | 0.14 | 259.67 | 0.72 | 0.5 |
| Hex | 60 | 24 | DB | 38 | 54 | 0 | E | 104 | 48 | 32 |
| Octal | 140 | 44 | 333 | 70 | 124 | 0 | 16 | 404 | 110 | 62 |
| Binary | 1100000 | 100100 | 11011011 | 111000 | 1010100 | 0 | 1110 | 100000100 | 1001000 | 110010 |
Color Harmonies of #6024DB
Complementary color
Monochromatic Colors of #6024DB
Black with #6024DB
Text Example
Text Example
White with #6024DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024DB; }
p { color: rgb(96,36,219); }
H1.HeaderClassName
{
color: #6024DB;
}
.AnyTagClassName
{
color: #6024DB;
}
</style>
background-color css
<style>
a { background-color: #6024DB; }
a { background-color: rgb(96,36,219); }
div.DivClassName
{
background-color: #6024DB;
}
.BgClassName
{
background-color: #6024DB;
}
</style>
border-color css
<style>
span { border-color: #6024DB; }
span { border-color: rgb(96,36,219); }
td.TdClassName
{
border-color: #6024DB;
}
.TagClassName
{
border-color: #6024DB;
}
</style>