Shades of Purple Heart #7143C1
Tints of Purple Heart #7143C1
RGB
CMYK
RGB Variations
Color information
#7143C1 (or 0x7143C1) is known color: Purple Heart. HEX triplet: 71, 43 and C1. RGB value is (113,67,193). Sum of RGB (Red+Green+Blue) = 113+67+193=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #7143C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143C1 is #8EBC3E. Grayscale: #5E5E5E. Windows color (decimal): -9354303 or 12665713. OLE color: 12665713.
HSL color Cylindrical-coordinate representation of color #7143C1: hue angle of 261.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7143C1 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 67 | 193 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.24 |
| HSL | 261.9º | 0.5% | 0.51% | - |
| HSV(B) | 261.9º | 0.65% | 0.76% | - |
| XYZ | 18.44 | 11.38 | 51.68 | - |
| YUV | 95.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 193 | 0.41 | 0.65 | 0 | 0.24 | 261.9 | 0.5 | 0.51 |
| Hex | 71 | 43 | C1 | 29 | 41 | 0 | 18 | 106 | 32 | 33 |
| Octal | 161 | 103 | 301 | 51 | 101 | 0 | 30 | 406 | 62 | 63 |
| Binary | 1110001 | 1000011 | 11000001 | 101001 | 1000001 | 0 | 11000 | 100000110 | 110010 | 110011 |
Color Harmonies of #7143C1
Complementary color
Monochromatic Colors of #7143C1
Black with #7143C1
Text Example
Text Example
White with #7143C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143C1; }
p { color: rgb(113,67,193); }
H1.HeaderClassName
{
color: #7143C1;
}
.AnyTagClassName
{
color: #7143C1;
}
</style>
background-color css
<style>
a { background-color: #7143C1; }
a { background-color: rgb(113,67,193); }
div.DivClassName
{
background-color: #7143C1;
}
.BgClassName
{
background-color: #7143C1;
}
</style>
border-color css
<style>
span { border-color: #7143C1; }
span { border-color: rgb(113,67,193); }
td.TdClassName
{
border-color: #7143C1;
}
.TagClassName
{
border-color: #7143C1;
}
</style>