Shades of Purple Heart #7124D5
Tints of Purple Heart #7124D5
RGB
CMYK
RGB Variations
Color information
#7124D5 (or 0x7124D5) is known color: Purple Heart. HEX triplet: 71, 24 and D5. RGB value is (113,36,213). Sum of RGB (Red+Green+Blue) = 113+36+213=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #7124D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124D5 is #8EDB2A. Grayscale: #4E4E4E. Windows color (decimal): -9362219 or 13968497. OLE color: 13968497.
HSL color Cylindrical-coordinate representation of color #7124D5: hue angle of 266.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7124D5 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 36 | 213 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.16 |
| HSL | 266.1º | 0.71% | 0.49% | - |
| HSV(B) | 266.1º | 0.83% | 0.84% | - |
| XYZ | 19.45 | 9.58 | 63.77 | - |
| YUV | 79.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 213 | 0.47 | 0.83 | 0 | 0.16 | 266.1 | 0.71 | 0.49 |
| Hex | 71 | 24 | D5 | 2F | 53 | 0 | 10 | 10A | 47 | 31 |
| Octal | 161 | 44 | 325 | 57 | 123 | 0 | 20 | 412 | 107 | 61 |
| Binary | 1110001 | 100100 | 11010101 | 101111 | 1010011 | 0 | 10000 | 100001010 | 1000111 | 110001 |
Color Harmonies of #7124D5
Complementary color
Monochromatic Colors of #7124D5
Black with #7124D5
Text Example
Text Example
White with #7124D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124D5; }
p { color: rgb(113,36,213); }
H1.HeaderClassName
{
color: #7124D5;
}
.AnyTagClassName
{
color: #7124D5;
}
</style>
background-color css
<style>
a { background-color: #7124D5; }
a { background-color: rgb(113,36,213); }
div.DivClassName
{
background-color: #7124D5;
}
.BgClassName
{
background-color: #7124D5;
}
</style>
border-color css
<style>
span { border-color: #7124D5; }
span { border-color: rgb(113,36,213); }
td.TdClassName
{
border-color: #7124D5;
}
.TagClassName
{
border-color: #7124D5;
}
</style>