Shades of Purple Heart #6224DD
Tints of Purple Heart #6224DD
RGB
CMYK
RGB Variations
Color information
#6224DD (or 0x6224DD) is known color: Purple Heart. HEX triplet: 62, 24 and DD. RGB value is (98,36,221). Sum of RGB (Red+Green+Blue) = 98+36+221=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #6224DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224DD is #9DDB22. Grayscale: #4A4A4A. Windows color (decimal): -10345251 or 14492770. OLE color: 14492770.
HSL color Cylindrical-coordinate representation of color #6224DD: hue angle of 260.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6224DD is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 36 | 221 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.13 |
| HSL | 260.11º | 0.73% | 0.5% | - |
| HSV(B) | 260.11º | 0.84% | 0.87% | - |
| XYZ | 18.72 | 9.08 | 69.17 | - |
| YUV | 75.63 | 210.04 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 221 | 0.56 | 0.84 | 0 | 0.13 | 260.11 | 0.73 | 0.5 |
| Hex | 62 | 24 | DD | 38 | 54 | 0 | D | 104 | 49 | 32 |
| Octal | 142 | 44 | 335 | 70 | 124 | 0 | 15 | 404 | 111 | 62 |
| Binary | 1100010 | 100100 | 11011101 | 111000 | 1010100 | 0 | 1101 | 100000100 | 1001001 | 110010 |
Color Harmonies of #6224DD
Complementary color
Monochromatic Colors of #6224DD
Black with #6224DD
Text Example
Text Example
White with #6224DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224DD; }
p { color: rgb(98,36,221); }
H1.HeaderClassName
{
color: #6224DD;
}
.AnyTagClassName
{
color: #6224DD;
}
</style>
background-color css
<style>
a { background-color: #6224DD; }
a { background-color: rgb(98,36,221); }
div.DivClassName
{
background-color: #6224DD;
}
.BgClassName
{
background-color: #6224DD;
}
</style>
border-color css
<style>
span { border-color: #6224DD; }
span { border-color: rgb(98,36,221); }
td.TdClassName
{
border-color: #6224DD;
}
.TagClassName
{
border-color: #6224DD;
}
</style>