Shades of Purple Heart #742ECF
Tints of Purple Heart #742ECF
RGB
CMYK
RGB Variations
Color information
#742ECF (or 0x742ECF) is known color: Purple Heart. HEX triplet: 74, 2E and CF. RGB value is (116,46,207). Sum of RGB (Red+Green+Blue) = 116+46+207=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #742ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ECF is #8BD130. Grayscale: #545454. Windows color (decimal): -9163057 or 13577844. OLE color: 13577844.
HSL color Cylindrical-coordinate representation of color #742ECF: hue angle of 266.09º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742ECF is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 46 | 207 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.19 |
| HSL | 266.09º | 0.64% | 0.5% | - |
| HSV(B) | 266.09º | 0.78% | 0.81% | - |
| XYZ | 19.44 | 10.17 | 59.97 | - |
| YUV | 85.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 207 | 0.44 | 0.78 | 0 | 0.19 | 266.09 | 0.64 | 0.5 |
| Hex | 74 | 2E | CF | 2C | 4E | 0 | 13 | 10A | 40 | 32 |
| Octal | 164 | 56 | 317 | 54 | 116 | 0 | 23 | 412 | 100 | 62 |
| Binary | 1110100 | 101110 | 11001111 | 101100 | 1001110 | 0 | 10011 | 100001010 | 1000000 | 110010 |
Color Harmonies of #742ECF
Complementary color
Monochromatic Colors of #742ECF
Black with #742ECF
Text Example
Text Example
White with #742ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742ECF; }
p { color: rgb(116,46,207); }
H1.HeaderClassName
{
color: #742ECF;
}
.AnyTagClassName
{
color: #742ECF;
}
</style>
background-color css
<style>
a { background-color: #742ECF; }
a { background-color: rgb(116,46,207); }
div.DivClassName
{
background-color: #742ECF;
}
.BgClassName
{
background-color: #742ECF;
}
</style>
border-color css
<style>
span { border-color: #742ECF; }
span { border-color: rgb(116,46,207); }
td.TdClassName
{
border-color: #742ECF;
}
.TagClassName
{
border-color: #742ECF;
}
</style>