Shades of Purple Heart #741EC0
Tints of Purple Heart #741EC0
RGB
CMYK
RGB Variations
Color information
#741EC0 (or 0x741EC0) is known color: Purple Heart. HEX triplet: 74, 1E and C0. RGB value is (116,30,192). Sum of RGB (Red+Green+Blue) = 116+30+192=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #741EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EC0 is #8BE13F. Grayscale: #494949. Windows color (decimal): -9167168 or 12590708. OLE color: 12590708.
HSL color Cylindrical-coordinate representation of color #741EC0: hue angle of 271.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741EC0 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 30 | 192 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.25 |
| HSL | 271.85º | 0.73% | 0.44% | - |
| HSV(B) | 271.85º | 0.84% | 0.75% | - |
| XYZ | 17.18 | 8.45 | 50.59 | - |
| YUV | 74.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 192 | 0.40 | 0.84 | 0 | 0.25 | 271.85 | 0.73 | 0.44 |
| Hex | 74 | 1E | C0 | 28 | 54 | 0 | 19 | 110 | 49 | 2C |
| Octal | 164 | 36 | 300 | 50 | 124 | 0 | 31 | 420 | 111 | 54 |
| Binary | 1110100 | 11110 | 11000000 | 101000 | 1010100 | 0 | 11001 | 100010000 | 1001001 | 101100 |
Color Harmonies of #741EC0
Complementary color
Monochromatic Colors of #741EC0
Black with #741EC0
Text Example
Text Example
White with #741EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EC0; }
p { color: rgb(116,30,192); }
H1.HeaderClassName
{
color: #741EC0;
}
.AnyTagClassName
{
color: #741EC0;
}
</style>
background-color css
<style>
a { background-color: #741EC0; }
a { background-color: rgb(116,30,192); }
div.DivClassName
{
background-color: #741EC0;
}
.BgClassName
{
background-color: #741EC0;
}
</style>
border-color css
<style>
span { border-color: #741EC0; }
span { border-color: rgb(116,30,192); }
td.TdClassName
{
border-color: #741EC0;
}
.TagClassName
{
border-color: #741EC0;
}
</style>