Shades of Purple Heart #6E24DC
Tints of Purple Heart #6E24DC
RGB
CMYK
RGB Variations
Color information
#6E24DC (or 0x6E24DC) is known color: Purple Heart. HEX triplet: 6E, 24 and DC. RGB value is (110,36,220). Sum of RGB (Red+Green+Blue) = 110+36+220=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24DC is #91DB23. Grayscale: #4E4E4E. Windows color (decimal): -9558820 or 14427246. OLE color: 14427246.
HSL color Cylindrical-coordinate representation of color #6E24DC: hue angle of 264.13º 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 #6E24DC is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 36 | 220 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.14 |
| HSL | 264.13º | 0.72% | 0.5% | - |
| HSV(B) | 264.13º | 0.84% | 0.86% | - |
| XYZ | 19.98 | 9.74 | 68.54 | - |
| YUV | 79.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 220 | 0.50 | 0.84 | 0 | 0.14 | 264.13 | 0.72 | 0.5 |
| Hex | 6E | 24 | DC | 32 | 54 | 0 | E | 108 | 48 | 32 |
| Octal | 156 | 44 | 334 | 62 | 124 | 0 | 16 | 410 | 110 | 62 |
| Binary | 1101110 | 100100 | 11011100 | 110010 | 1010100 | 0 | 1110 | 100001000 | 1001000 | 110010 |
Color Harmonies of #6E24DC
Complementary color
Monochromatic Colors of #6E24DC
Black with #6E24DC
Text Example
Text Example
White with #6E24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24DC; }
p { color: rgb(110,36,220); }
H1.HeaderClassName
{
color: #6E24DC;
}
.AnyTagClassName
{
color: #6E24DC;
}
</style>
background-color css
<style>
a { background-color: #6E24DC; }
a { background-color: rgb(110,36,220); }
div.DivClassName
{
background-color: #6E24DC;
}
.BgClassName
{
background-color: #6E24DC;
}
</style>
border-color css
<style>
span { border-color: #6E24DC; }
span { border-color: rgb(110,36,220); }
td.TdClassName
{
border-color: #6E24DC;
}
.TagClassName
{
border-color: #6E24DC;
}
</style>