Shades of Purple Heart #6F24D4
Tints of Purple Heart #6F24D4
RGB
CMYK
RGB Variations
Color information
#6F24D4 (or 0x6F24D4) is known color: Purple Heart. HEX triplet: 6F, 24 and D4. RGB value is (111,36,212). Sum of RGB (Red+Green+Blue) = 111+36+212=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F24D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24D4 is #90DB2B. Grayscale: #4D4D4D. Windows color (decimal): -9493292 or 13902959. OLE color: 13902959.
HSL color Cylindrical-coordinate representation of color #6F24D4: hue angle of 265.57º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F24D4 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 36 | 212 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.17 |
| HSL | 265.57º | 0.71% | 0.49% | - |
| HSV(B) | 265.57º | 0.83% | 0.83% | - |
| XYZ | 19.07 | 9.39 | 63.1 | - |
| YUV | 78.49 | 203.35 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 212 | 0.48 | 0.83 | 0 | 0.17 | 265.57 | 0.71 | 0.49 |
| Hex | 6F | 24 | D4 | 30 | 53 | 0 | 11 | 10A | 47 | 31 |
| Octal | 157 | 44 | 324 | 60 | 123 | 0 | 21 | 412 | 107 | 61 |
| Binary | 1101111 | 100100 | 11010100 | 110000 | 1010011 | 0 | 10001 | 100001010 | 1000111 | 110001 |
Color Harmonies of #6F24D4
Complementary color
Monochromatic Colors of #6F24D4
Black with #6F24D4
Text Example
Text Example
White with #6F24D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F24D4; }
p { color: rgb(111,36,212); }
H1.HeaderClassName
{
color: #6F24D4;
}
.AnyTagClassName
{
color: #6F24D4;
}
</style>
background-color css
<style>
a { background-color: #6F24D4; }
a { background-color: rgb(111,36,212); }
div.DivClassName
{
background-color: #6F24D4;
}
.BgClassName
{
background-color: #6F24D4;
}
</style>
border-color css
<style>
span { border-color: #6F24D4; }
span { border-color: rgb(111,36,212); }
td.TdClassName
{
border-color: #6F24D4;
}
.TagClassName
{
border-color: #6F24D4;
}
</style>