Shades of Purple Heart #6E24AD
Tints of Purple Heart #6E24AD
RGB
CMYK
RGB Variations
Color information
#6E24AD (or 0x6E24AD) is known color: Purple Heart. HEX triplet: 6E, 24 and AD. RGB value is (110,36,173). Sum of RGB (Red+Green+Blue) = 110+36+173=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E24AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E24AD is #91DB52. Grayscale: #494949. Windows color (decimal): -9558867 or 11347054. OLE color: 11347054.
HSL color Cylindrical-coordinate representation of color #6E24AD: hue angle of 272.41º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E24AD is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 36 | 173 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.32 |
| HSL | 272.41º | 0.66% | 0.41% | - |
| HSV(B) | 272.41º | 0.79% | 0.68% | - |
| XYZ | 14.6 | 7.59 | 40.23 | - |
| YUV | 73.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 173 | 0.36 | 0.79 | 0 | 0.32 | 272.41 | 0.66 | 0.41 |
| Hex | 6E | 24 | AD | 24 | 4F | 0 | 20 | 110 | 42 | 29 |
| Octal | 156 | 44 | 255 | 44 | 117 | 0 | 40 | 420 | 102 | 51 |
| Binary | 1101110 | 100100 | 10101101 | 100100 | 1001111 | 0 | 100000 | 100010000 | 1000010 | 101001 |
Color Harmonies of #6E24AD
Complementary color
Monochromatic Colors of #6E24AD
Black with #6E24AD
Text Example
Text Example
White with #6E24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24AD; }
p { color: rgb(110,36,173); }
H1.HeaderClassName
{
color: #6E24AD;
}
.AnyTagClassName
{
color: #6E24AD;
}
</style>
background-color css
<style>
a { background-color: #6E24AD; }
a { background-color: rgb(110,36,173); }
div.DivClassName
{
background-color: #6E24AD;
}
.BgClassName
{
background-color: #6E24AD;
}
</style>
border-color css
<style>
span { border-color: #6E24AD; }
span { border-color: rgb(110,36,173); }
td.TdClassName
{
border-color: #6E24AD;
}
.TagClassName
{
border-color: #6E24AD;
}
</style>