Shades of Purple Heart #7143C0
Tints of Purple Heart #7143C0
RGB
CMYK
RGB Variations
Color information
#7143C0 (or 0x7143C0) is known color: Purple Heart. HEX triplet: 71, 43 and C0. RGB value is (113,67,192). Sum of RGB (Red+Green+Blue) = 113+67+192=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #7143C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143C0 is #8EBC3F. Grayscale: #5E5E5E. Windows color (decimal): -9354304 or 12600177. OLE color: 12600177.
HSL color Cylindrical-coordinate representation of color #7143C0: hue angle of 262.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7143C0 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 67 | 192 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.25 |
| HSL | 262.08º | 0.5% | 0.51% | - |
| HSV(B) | 262.08º | 0.65% | 0.75% | - |
| XYZ | 18.33 | 11.33 | 51.09 | - |
| YUV | 95 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 192 | 0.41 | 0.65 | 0 | 0.25 | 262.08 | 0.5 | 0.51 |
| Hex | 71 | 43 | C0 | 29 | 41 | 0 | 19 | 106 | 32 | 33 |
| Octal | 161 | 103 | 300 | 51 | 101 | 0 | 31 | 406 | 62 | 63 |
| Binary | 1110001 | 1000011 | 11000000 | 101001 | 1000001 | 0 | 11001 | 100000110 | 110010 | 110011 |
Color Harmonies of #7143C0
Complementary color
Monochromatic Colors of #7143C0
Black with #7143C0
Text Example
Text Example
White with #7143C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143C0; }
p { color: rgb(113,67,192); }
H1.HeaderClassName
{
color: #7143C0;
}
.AnyTagClassName
{
color: #7143C0;
}
</style>
background-color css
<style>
a { background-color: #7143C0; }
a { background-color: rgb(113,67,192); }
div.DivClassName
{
background-color: #7143C0;
}
.BgClassName
{
background-color: #7143C0;
}
</style>
border-color css
<style>
span { border-color: #7143C0; }
span { border-color: rgb(113,67,192); }
td.TdClassName
{
border-color: #7143C0;
}
.TagClassName
{
border-color: #7143C0;
}
</style>