Shades of Purple Heart #7413B1
Tints of Purple Heart #7413B1
RGB
CMYK
RGB Variations
Color information
#7413B1 (or 0x7413B1) is known color: Purple Heart. HEX triplet: 74, 13 and B1. RGB value is (116,19,177). Sum of RGB (Red+Green+Blue) = 116+19+177=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #7413B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413B1 is #8BEC4E. Grayscale: #414141. Windows color (decimal): -9169999 or 11604852. OLE color: 11604852.
HSL color Cylindrical-coordinate representation of color #7413B1: hue angle of 276.84º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7413B1 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 19 | 177 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.31 |
| HSL | 276.84º | 0.81% | 0.38% | - |
| HSV(B) | 276.84º | 0.89% | 0.69% | - |
| XYZ | 15.37 | 7.35 | 42.2 | - |
| YUV | 66.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 177 | 0.34 | 0.89 | 0 | 0.31 | 276.84 | 0.81 | 0.38 |
| Hex | 74 | 13 | B1 | 22 | 59 | 0 | 1F | 115 | 51 | 26 |
| Octal | 164 | 23 | 261 | 42 | 131 | 0 | 37 | 425 | 121 | 46 |
| Binary | 1110100 | 10011 | 10110001 | 100010 | 1011001 | 0 | 11111 | 100010101 | 1010001 | 100110 |
Color Harmonies of #7413B1
Complementary color
Monochromatic Colors of #7413B1
Black with #7413B1
Text Example
Text Example
White with #7413B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413B1; }
p { color: rgb(116,19,177); }
H1.HeaderClassName
{
color: #7413B1;
}
.AnyTagClassName
{
color: #7413B1;
}
</style>
background-color css
<style>
a { background-color: #7413B1; }
a { background-color: rgb(116,19,177); }
div.DivClassName
{
background-color: #7413B1;
}
.BgClassName
{
background-color: #7413B1;
}
</style>
border-color css
<style>
span { border-color: #7413B1; }
span { border-color: rgb(116,19,177); }
td.TdClassName
{
border-color: #7413B1;
}
.TagClassName
{
border-color: #7413B1;
}
</style>