Shades of Purple Heart #7440C0
Tints of Purple Heart #7440C0
RGB
CMYK
RGB Variations
Color information
#7440C0 (or 0x7440C0) is known color: Purple Heart. HEX triplet: 74, 40 and C0. RGB value is (116,64,192). Sum of RGB (Red+Green+Blue) = 116+64+192=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #7440C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440C0 is #8BBF3F. Grayscale: #5D5D5D. Windows color (decimal): -9158464 or 12599412. OLE color: 12599412.
HSL color Cylindrical-coordinate representation of color #7440C0: hue angle of 264.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7440C0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 64 | 192 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.25 |
| HSL | 264.38º | 0.5% | 0.5% | - |
| HSV(B) | 264.38º | 0.67% | 0.75% | - |
| XYZ | 18.55 | 11.19 | 51.05 | - |
| YUV | 94.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 192 | 0.40 | 0.67 | 0 | 0.25 | 264.38 | 0.5 | 0.5 |
| Hex | 74 | 40 | C0 | 28 | 43 | 0 | 19 | 108 | 32 | 32 |
| Octal | 164 | 100 | 300 | 50 | 103 | 0 | 31 | 410 | 62 | 62 |
| Binary | 1110100 | 1000000 | 11000000 | 101000 | 1000011 | 0 | 11001 | 100001000 | 110010 | 110010 |
Color Harmonies of #7440C0
Complementary color
Monochromatic Colors of #7440C0
Black with #7440C0
Text Example
Text Example
White with #7440C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440C0; }
p { color: rgb(116,64,192); }
H1.HeaderClassName
{
color: #7440C0;
}
.AnyTagClassName
{
color: #7440C0;
}
</style>
background-color css
<style>
a { background-color: #7440C0; }
a { background-color: rgb(116,64,192); }
div.DivClassName
{
background-color: #7440C0;
}
.BgClassName
{
background-color: #7440C0;
}
</style>
border-color css
<style>
span { border-color: #7440C0; }
span { border-color: rgb(116,64,192); }
td.TdClassName
{
border-color: #7440C0;
}
.TagClassName
{
border-color: #7440C0;
}
</style>