Shades of Purple Heart #7143C5
Tints of Purple Heart #7143C5
RGB
CMYK
RGB Variations
Color information
#7143C5 (or 0x7143C5) is known color: Purple Heart. HEX triplet: 71, 43 and C5. RGB value is (113,67,197). Sum of RGB (Red+Green+Blue) = 113+67+197=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #7143C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143C5 is #8EBC3A. Grayscale: #5F5F5F. Windows color (decimal): -9354299 or 12927857. OLE color: 12927857.
HSL color Cylindrical-coordinate representation of color #7143C5: hue angle of 261.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7143C5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 67 | 197 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.23 |
| HSL | 261.23º | 0.53% | 0.52% | - |
| HSV(B) | 261.23º | 0.66% | 0.77% | - |
| XYZ | 18.9 | 11.56 | 54.06 | - |
| YUV | 95.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 197 | 0.43 | 0.66 | 0 | 0.23 | 261.23 | 0.53 | 0.52 |
| Hex | 71 | 43 | C5 | 2B | 42 | 0 | 17 | 105 | 35 | 34 |
| Octal | 161 | 103 | 305 | 53 | 102 | 0 | 27 | 405 | 65 | 64 |
| Binary | 1110001 | 1000011 | 11000101 | 101011 | 1000010 | 0 | 10111 | 100000101 | 110101 | 110100 |
Color Harmonies of #7143C5
Complementary color
Monochromatic Colors of #7143C5
Black with #7143C5
Text Example
Text Example
White with #7143C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143C5; }
p { color: rgb(113,67,197); }
H1.HeaderClassName
{
color: #7143C5;
}
.AnyTagClassName
{
color: #7143C5;
}
</style>
background-color css
<style>
a { background-color: #7143C5; }
a { background-color: rgb(113,67,197); }
div.DivClassName
{
background-color: #7143C5;
}
.BgClassName
{
background-color: #7143C5;
}
</style>
border-color css
<style>
span { border-color: #7143C5; }
span { border-color: rgb(113,67,197); }
td.TdClassName
{
border-color: #7143C5;
}
.TagClassName
{
border-color: #7143C5;
}
</style>