Shades of Purple Heart #7124C6
Tints of Purple Heart #7124C6
RGB
CMYK
RGB Variations
Color information
#7124C6 (or 0x7124C6) is known color: Purple Heart. HEX triplet: 71, 24 and C6. RGB value is (113,36,198). Sum of RGB (Red+Green+Blue) = 113+36+198=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #7124C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124C6 is #8EDB39. Grayscale: #4C4C4C. Windows color (decimal): -9362234 or 12985457. OLE color: 12985457.
HSL color Cylindrical-coordinate representation of color #7124C6: hue angle of 268.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7124C6 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 36 | 198 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.22 |
| HSL | 268.52º | 0.69% | 0.46% | - |
| HSV(B) | 268.52º | 0.82% | 0.78% | - |
| XYZ | 17.63 | 8.85 | 54.2 | - |
| YUV | 77.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 198 | 0.43 | 0.82 | 0 | 0.22 | 268.52 | 0.69 | 0.46 |
| Hex | 71 | 24 | C6 | 2B | 52 | 0 | 16 | 10D | 45 | 2E |
| Octal | 161 | 44 | 306 | 53 | 122 | 0 | 26 | 415 | 105 | 56 |
| Binary | 1110001 | 100100 | 11000110 | 101011 | 1010010 | 0 | 10110 | 100001101 | 1000101 | 101110 |
Color Harmonies of #7124C6
Complementary color
Monochromatic Colors of #7124C6
Black with #7124C6
Text Example
Text Example
White with #7124C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124C6; }
p { color: rgb(113,36,198); }
H1.HeaderClassName
{
color: #7124C6;
}
.AnyTagClassName
{
color: #7124C6;
}
</style>
background-color css
<style>
a { background-color: #7124C6; }
a { background-color: rgb(113,36,198); }
div.DivClassName
{
background-color: #7124C6;
}
.BgClassName
{
background-color: #7124C6;
}
</style>
border-color css
<style>
span { border-color: #7124C6; }
span { border-color: rgb(113,36,198); }
td.TdClassName
{
border-color: #7124C6;
}
.TagClassName
{
border-color: #7124C6;
}
</style>