Shades of Purple Heart #6A24AB
Tints of Purple Heart #6A24AB
RGB
CMYK
RGB Variations
Color information
#6A24AB (or 0x6A24AB) is known color: Purple Heart. HEX triplet: 6A, 24 and AB. RGB value is (106,36,171). Sum of RGB (Red+Green+Blue) = 106+36+171=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A24AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A24AB is #95DB54. Grayscale: #474747. Windows color (decimal): -9821013 or 11215978. OLE color: 11215978.
HSL color Cylindrical-coordinate representation of color #6A24AB: hue angle of 271.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A24AB is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 36 | 171 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.33 |
| HSL | 271.11º | 0.65% | 0.41% | - |
| HSV(B) | 271.11º | 0.79% | 0.67% | - |
| XYZ | 13.93 | 7.27 | 39.2 | - |
| YUV | 72.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 171 | 0.38 | 0.79 | 0 | 0.33 | 271.11 | 0.65 | 0.41 |
| Hex | 6A | 24 | AB | 26 | 4F | 0 | 21 | 10F | 41 | 29 |
| Octal | 152 | 44 | 253 | 46 | 117 | 0 | 41 | 417 | 101 | 51 |
| Binary | 1101010 | 100100 | 10101011 | 100110 | 1001111 | 0 | 100001 | 100001111 | 1000001 | 101001 |
Color Harmonies of #6A24AB
Complementary color
Monochromatic Colors of #6A24AB
Black with #6A24AB
Text Example
Text Example
White with #6A24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A24AB; }
p { color: rgb(106,36,171); }
H1.HeaderClassName
{
color: #6A24AB;
}
.AnyTagClassName
{
color: #6A24AB;
}
</style>
background-color css
<style>
a { background-color: #6A24AB; }
a { background-color: rgb(106,36,171); }
div.DivClassName
{
background-color: #6A24AB;
}
.BgClassName
{
background-color: #6A24AB;
}
</style>
border-color css
<style>
span { border-color: #6A24AB; }
span { border-color: rgb(106,36,171); }
td.TdClassName
{
border-color: #6A24AB;
}
.TagClassName
{
border-color: #6A24AB;
}
</style>