Shades of Purple Heart #7129D1
Tints of Purple Heart #7129D1
RGB
CMYK
RGB Variations
Color information
#7129D1 (or 0x7129D1) is known color: Purple Heart. HEX triplet: 71, 29 and D1. RGB value is (113,41,209). Sum of RGB (Red+Green+Blue) = 113+41+209=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #7129D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129D1 is #8ED62E. Grayscale: #515151. Windows color (decimal): -9360943 or 13707633. OLE color: 13707633.
HSL color Cylindrical-coordinate representation of color #7129D1: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7129D1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 41 | 209 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.18 |
| HSL | 265.71º | 0.67% | 0.49% | - |
| HSV(B) | 265.71º | 0.8% | 0.82% | - |
| XYZ | 19.11 | 9.7 | 61.19 | - |
| YUV | 81.68 | 199.85 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 209 | 0.46 | 0.80 | 0 | 0.18 | 265.71 | 0.67 | 0.49 |
| Hex | 71 | 29 | D1 | 2E | 50 | 0 | 12 | 10A | 43 | 31 |
| Octal | 161 | 51 | 321 | 56 | 120 | 0 | 22 | 412 | 103 | 61 |
| Binary | 1110001 | 101001 | 11010001 | 101110 | 1010000 | 0 | 10010 | 100001010 | 1000011 | 110001 |
Color Harmonies of #7129D1
Complementary color
Monochromatic Colors of #7129D1
Black with #7129D1
Text Example
Text Example
White with #7129D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129D1; }
p { color: rgb(113,41,209); }
H1.HeaderClassName
{
color: #7129D1;
}
.AnyTagClassName
{
color: #7129D1;
}
</style>
background-color css
<style>
a { background-color: #7129D1; }
a { background-color: rgb(113,41,209); }
div.DivClassName
{
background-color: #7129D1;
}
.BgClassName
{
background-color: #7129D1;
}
</style>
border-color css
<style>
span { border-color: #7129D1; }
span { border-color: rgb(113,41,209); }
td.TdClassName
{
border-color: #7129D1;
}
.TagClassName
{
border-color: #7129D1;
}
</style>