Shades of Purple Heart #7413B2
Tints of Purple Heart #7413B2
RGB
CMYK
RGB Variations
Color information
#7413B2 (or 0x7413B2) is known color: Purple Heart. HEX triplet: 74, 13 and B2. RGB value is (116,19,178). Sum of RGB (Red+Green+Blue) = 116+19+178=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #7413B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413B2 is #8BEC4D. Grayscale: #414141. Windows color (decimal): -9169998 or 11670388. OLE color: 11670388.
HSL color Cylindrical-coordinate representation of color #7413B2: hue angle of 276.6º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7413B2 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 19 | 178 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.30 |
| HSL | 276.6º | 0.81% | 0.39% | - |
| HSV(B) | 276.6º | 0.89% | 0.7% | - |
| XYZ | 15.47 | 7.39 | 42.73 | - |
| YUV | 66.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 178 | 0.35 | 0.89 | 0 | 0.30 | 276.6 | 0.81 | 0.39 |
| Hex | 74 | 13 | B2 | 23 | 59 | 0 | 1E | 115 | 51 | 27 |
| Octal | 164 | 23 | 262 | 43 | 131 | 0 | 36 | 425 | 121 | 47 |
| Binary | 1110100 | 10011 | 10110010 | 100011 | 1011001 | 0 | 11110 | 100010101 | 1010001 | 100111 |
Color Harmonies of #7413B2
Complementary color
Monochromatic Colors of #7413B2
Black with #7413B2
Text Example
Text Example
White with #7413B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413B2; }
p { color: rgb(116,19,178); }
H1.HeaderClassName
{
color: #7413B2;
}
.AnyTagClassName
{
color: #7413B2;
}
</style>
background-color css
<style>
a { background-color: #7413B2; }
a { background-color: rgb(116,19,178); }
div.DivClassName
{
background-color: #7413B2;
}
.BgClassName
{
background-color: #7413B2;
}
</style>
border-color css
<style>
span { border-color: #7413B2; }
span { border-color: rgb(116,19,178); }
td.TdClassName
{
border-color: #7413B2;
}
.TagClassName
{
border-color: #7413B2;
}
</style>