Shades of Purple Heart #7113D5
Tints of Purple Heart #7113D5
RGB
CMYK
RGB Variations
Color information
#7113D5 (or 0x7113D5) is known color: Purple Heart. HEX triplet: 71, 13 and D5. RGB value is (113,19,213). Sum of RGB (Red+Green+Blue) = 113+19+213=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #7113D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113D5 is #8EEC2A. Grayscale: #444444. Windows color (decimal): -9366571 or 13964145. OLE color: 13964145.
HSL color Cylindrical-coordinate representation of color #7113D5: hue angle of 269.07º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113D5 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 19 | 213 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.16 |
| HSL | 269.07º | 0.84% | 0.45% | - |
| HSV(B) | 269.07º | 0.91% | 0.84% | - |
| XYZ | 19.05 | 8.78 | 63.64 | - |
| YUV | 69.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 213 | 0.47 | 0.91 | 0 | 0.16 | 269.07 | 0.84 | 0.45 |
| Hex | 71 | 13 | D5 | 2F | 5B | 0 | 10 | 10D | 54 | 2D |
| Octal | 161 | 23 | 325 | 57 | 133 | 0 | 20 | 415 | 124 | 55 |
| Binary | 1110001 | 10011 | 11010101 | 101111 | 1011011 | 0 | 10000 | 100001101 | 1010100 | 101101 |
Color Harmonies of #7113D5
Complementary color
Monochromatic Colors of #7113D5
Black with #7113D5
Text Example
Text Example
White with #7113D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7113D5; }
p { color: rgb(113,19,213); }
H1.HeaderClassName
{
color: #7113D5;
}
.AnyTagClassName
{
color: #7113D5;
}
</style>
background-color css
<style>
a { background-color: #7113D5; }
a { background-color: rgb(113,19,213); }
div.DivClassName
{
background-color: #7113D5;
}
.BgClassName
{
background-color: #7113D5;
}
</style>
border-color css
<style>
span { border-color: #7113D5; }
span { border-color: rgb(113,19,213); }
td.TdClassName
{
border-color: #7113D5;
}
.TagClassName
{
border-color: #7113D5;
}
</style>