Shades of Purple Heart #6E24BA
Tints of Purple Heart #6E24BA
RGB
CMYK
RGB Variations
Color information
#6E24BA (or 0x6E24BA) is known color: Purple Heart. HEX triplet: 6E, 24 and BA. RGB value is (110,36,186). Sum of RGB (Red+Green+Blue) = 110+36+186=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E24BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24BA is #91DB45. Grayscale: #4A4A4A. Windows color (decimal): -9558854 or 12199022. OLE color: 12199022.
HSL color Cylindrical-coordinate representation of color #6E24BA: hue angle of 269.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E24BA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 36 | 186 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.27 |
| HSL | 269.6º | 0.68% | 0.44% | - |
| HSV(B) | 269.6º | 0.81% | 0.73% | - |
| XYZ | 15.92 | 8.12 | 47.18 | - |
| YUV | 75.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 186 | 0.41 | 0.81 | 0 | 0.27 | 269.6 | 0.68 | 0.44 |
| Hex | 6E | 24 | BA | 29 | 51 | 0 | 1B | 10E | 44 | 2C |
| Octal | 156 | 44 | 272 | 51 | 121 | 0 | 33 | 416 | 104 | 54 |
| Binary | 1101110 | 100100 | 10111010 | 101001 | 1010001 | 0 | 11011 | 100001110 | 1000100 | 101100 |
Color Harmonies of #6E24BA
Complementary color
Monochromatic Colors of #6E24BA
Black with #6E24BA
Text Example
Text Example
White with #6E24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24BA; }
p { color: rgb(110,36,186); }
H1.HeaderClassName
{
color: #6E24BA;
}
.AnyTagClassName
{
color: #6E24BA;
}
</style>
background-color css
<style>
a { background-color: #6E24BA; }
a { background-color: rgb(110,36,186); }
div.DivClassName
{
background-color: #6E24BA;
}
.BgClassName
{
background-color: #6E24BA;
}
</style>
border-color css
<style>
span { border-color: #6E24BA; }
span { border-color: rgb(110,36,186); }
td.TdClassName
{
border-color: #6E24BA;
}
.TagClassName
{
border-color: #6E24BA;
}
</style>