Shades of Purple Heart #6624DB
Tints of Purple Heart #6624DB
RGB
CMYK
RGB Variations
Color information
#6624DB (or 0x6624DB) is known color: Purple Heart. HEX triplet: 66, 24 and DB. RGB value is (102,36,219). Sum of RGB (Red+Green+Blue) = 102+36+219=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #6624DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624DB is #99DB24. Grayscale: #4B4B4B. Windows color (decimal): -10083109 or 14361702. OLE color: 14361702.
HSL color Cylindrical-coordinate representation of color #6624DB: hue angle of 261.64º 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 #6624DB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 36 | 219 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.14 |
| HSL | 261.64º | 0.72% | 0.5% | - |
| HSV(B) | 261.64º | 0.84% | 0.86% | - |
| XYZ | 18.9 | 9.2 | 67.8 | - |
| YUV | 76.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 219 | 0.53 | 0.84 | 0 | 0.14 | 261.64 | 0.72 | 0.5 |
| Hex | 66 | 24 | DB | 35 | 54 | 0 | E | 106 | 48 | 32 |
| Octal | 146 | 44 | 333 | 65 | 124 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1100110 | 100100 | 11011011 | 110101 | 1010100 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6624DB
Complementary color
Monochromatic Colors of #6624DB
Black with #6624DB
Text Example
Text Example
White with #6624DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6624DB; }
p { color: rgb(102,36,219); }
H1.HeaderClassName
{
color: #6624DB;
}
.AnyTagClassName
{
color: #6624DB;
}
</style>
background-color css
<style>
a { background-color: #6624DB; }
a { background-color: rgb(102,36,219); }
div.DivClassName
{
background-color: #6624DB;
}
.BgClassName
{
background-color: #6624DB;
}
</style>
border-color css
<style>
span { border-color: #6624DB; }
span { border-color: rgb(102,36,219); }
td.TdClassName
{
border-color: #6624DB;
}
.TagClassName
{
border-color: #6624DB;
}
</style>