Shades of Purple Heart #7413B0
Tints of Purple Heart #7413B0
RGB
CMYK
RGB Variations
Color information
#7413B0 (or 0x7413B0) is known color: Purple Heart. HEX triplet: 74, 13 and B0. RGB value is (116,19,176). Sum of RGB (Red+Green+Blue) = 116+19+176=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #7413B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413B0 is #8BEC4F. Grayscale: #414141. Windows color (decimal): -9170000 or 11539316. OLE color: 11539316.
HSL color Cylindrical-coordinate representation of color #7413B0: hue angle of 277.07º 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 #7413B0 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 19 | 176 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.31 |
| HSL | 277.07º | 0.81% | 0.38% | - |
| HSV(B) | 277.07º | 0.89% | 0.69% | - |
| XYZ | 15.27 | 7.31 | 41.68 | - |
| YUV | 65.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 176 | 0.34 | 0.89 | 0 | 0.31 | 277.07 | 0.81 | 0.38 |
| Hex | 74 | 13 | B0 | 22 | 59 | 0 | 1F | 115 | 51 | 26 |
| Octal | 164 | 23 | 260 | 42 | 131 | 0 | 37 | 425 | 121 | 46 |
| Binary | 1110100 | 10011 | 10110000 | 100010 | 1011001 | 0 | 11111 | 100010101 | 1010001 | 100110 |
Color Harmonies of #7413B0
Complementary color
Monochromatic Colors of #7413B0
Black with #7413B0
Text Example
Text Example
White with #7413B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413B0; }
p { color: rgb(116,19,176); }
H1.HeaderClassName
{
color: #7413B0;
}
.AnyTagClassName
{
color: #7413B0;
}
</style>
background-color css
<style>
a { background-color: #7413B0; }
a { background-color: rgb(116,19,176); }
div.DivClassName
{
background-color: #7413B0;
}
.BgClassName
{
background-color: #7413B0;
}
</style>
border-color css
<style>
span { border-color: #7413B0; }
span { border-color: rgb(116,19,176); }
td.TdClassName
{
border-color: #7413B0;
}
.TagClassName
{
border-color: #7413B0;
}
</style>