Shades of Purple Heart #7131D5
Tints of Purple Heart #7131D5
RGB
CMYK
RGB Variations
Color information
#7131D5 (or 0x7131D5) is known color: Purple Heart. HEX triplet: 71, 31 and D5. RGB value is (113,49,213). Sum of RGB (Red+Green+Blue) = 113+49+213=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #7131D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131D5 is #8ECE2A. Grayscale: #565656. Windows color (decimal): -9358891 or 13971825. OLE color: 13971825.
HSL color Cylindrical-coordinate representation of color #7131D5: hue angle of 263.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7131D5 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 49 | 213 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.16 |
| HSL | 263.41º | 0.66% | 0.51% | - |
| HSV(B) | 263.41º | 0.77% | 0.84% | - |
| XYZ | 19.92 | 10.51 | 63.93 | - |
| YUV | 86.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 213 | 0.47 | 0.77 | 0 | 0.16 | 263.41 | 0.66 | 0.51 |
| Hex | 71 | 31 | D5 | 2F | 4D | 0 | 10 | 107 | 42 | 33 |
| Octal | 161 | 61 | 325 | 57 | 115 | 0 | 20 | 407 | 102 | 63 |
| Binary | 1110001 | 110001 | 11010101 | 101111 | 1001101 | 0 | 10000 | 100000111 | 1000010 | 110011 |
Color Harmonies of #7131D5
Complementary color
Monochromatic Colors of #7131D5
Black with #7131D5
Text Example
Text Example
White with #7131D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7131D5; }
p { color: rgb(113,49,213); }
H1.HeaderClassName
{
color: #7131D5;
}
.AnyTagClassName
{
color: #7131D5;
}
</style>
background-color css
<style>
a { background-color: #7131D5; }
a { background-color: rgb(113,49,213); }
div.DivClassName
{
background-color: #7131D5;
}
.BgClassName
{
background-color: #7131D5;
}
</style>
border-color css
<style>
span { border-color: #7131D5; }
span { border-color: rgb(113,49,213); }
td.TdClassName
{
border-color: #7131D5;
}
.TagClassName
{
border-color: #7131D5;
}
</style>