Shades of Purple Heart #7411B3
Tints of Purple Heart #7411B3
RGB
CMYK
RGB Variations
Color information
#7411B3 (or 0x7411B3) is known color: Purple Heart. HEX triplet: 74, 11 and B3. RGB value is (116,17,179). Sum of RGB (Red+Green+Blue) = 116+17+179=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #7411B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7411B3 is #8BEE4C. Grayscale: #404040. Windows color (decimal): -9170509 or 11735412. OLE color: 11735412.
HSL color Cylindrical-coordinate representation of color #7411B3: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7411B3 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 17 | 179 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.30 |
| HSL | 276.67º | 0.83% | 0.38% | - |
| HSV(B) | 276.67º | 0.91% | 0.7% | - |
| XYZ | 15.54 | 7.37 | 43.25 | - |
| YUV | 65.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 179 | 0.35 | 0.91 | 0 | 0.30 | 276.67 | 0.83 | 0.38 |
| Hex | 74 | 11 | B3 | 23 | 5B | 0 | 1E | 115 | 53 | 26 |
| Octal | 164 | 21 | 263 | 43 | 133 | 0 | 36 | 425 | 123 | 46 |
| Binary | 1110100 | 10001 | 10110011 | 100011 | 1011011 | 0 | 11110 | 100010101 | 1010011 | 100110 |
Color Harmonies of #7411B3
Complementary color
Monochromatic Colors of #7411B3
Black with #7411B3
Text Example
Text Example
White with #7411B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7411B3; }
p { color: rgb(116,17,179); }
H1.HeaderClassName
{
color: #7411B3;
}
.AnyTagClassName
{
color: #7411B3;
}
</style>
background-color css
<style>
a { background-color: #7411B3; }
a { background-color: rgb(116,17,179); }
div.DivClassName
{
background-color: #7411B3;
}
.BgClassName
{
background-color: #7411B3;
}
</style>
border-color css
<style>
span { border-color: #7411B3; }
span { border-color: rgb(116,17,179); }
td.TdClassName
{
border-color: #7411B3;
}
.TagClassName
{
border-color: #7411B3;
}
</style>