Shades of Purple Heart #6A24DF
Tints of Purple Heart #6A24DF
RGB
CMYK
RGB Variations
Color information
#6A24DF (or 0x6A24DF) is known color: Purple Heart. HEX triplet: 6A, 24 and DF. RGB value is (106,36,223). Sum of RGB (Red+Green+Blue) = 106+36+223=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A24DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A24DF is #95DB20. Grayscale: #4D4D4D. Windows color (decimal): -9820961 or 14623850. OLE color: 14623850.
HSL color Cylindrical-coordinate representation of color #6A24DF: hue angle of 262.46º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A24DF is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 36 | 223 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.13 |
| HSL | 262.46º | 0.75% | 0.51% | - |
| HSV(B) | 262.46º | 0.84% | 0.87% | - |
| XYZ | 19.89 | 9.65 | 70.63 | - |
| YUV | 78.25 | 209.69 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 223 | 0.52 | 0.84 | 0 | 0.13 | 262.46 | 0.75 | 0.51 |
| Hex | 6A | 24 | DF | 34 | 54 | 0 | D | 106 | 4B | 33 |
| Octal | 152 | 44 | 337 | 64 | 124 | 0 | 15 | 406 | 113 | 63 |
| Binary | 1101010 | 100100 | 11011111 | 110100 | 1010100 | 0 | 1101 | 100000110 | 1001011 | 110011 |
Color Harmonies of #6A24DF
Complementary color
Monochromatic Colors of #6A24DF
Black with #6A24DF
Text Example
Text Example
White with #6A24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A24DF; }
p { color: rgb(106,36,223); }
H1.HeaderClassName
{
color: #6A24DF;
}
.AnyTagClassName
{
color: #6A24DF;
}
</style>
background-color css
<style>
a { background-color: #6A24DF; }
a { background-color: rgb(106,36,223); }
div.DivClassName
{
background-color: #6A24DF;
}
.BgClassName
{
background-color: #6A24DF;
}
</style>
border-color css
<style>
span { border-color: #6A24DF; }
span { border-color: rgb(106,36,223); }
td.TdClassName
{
border-color: #6A24DF;
}
.TagClassName
{
border-color: #6A24DF;
}
</style>