Shades of Purple Heart #7440C9
Tints of Purple Heart #7440C9
RGB
CMYK
RGB Variations
Color information
#7440C9 (or 0x7440C9) is known color: Purple Heart. HEX triplet: 74, 40 and C9. RGB value is (116,64,201). Sum of RGB (Red+Green+Blue) = 116+64+201=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #7440C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440C9 is #8BBF36. Grayscale: #5E5E5E. Windows color (decimal): -9158455 or 13189236. OLE color: 13189236.
HSL color Cylindrical-coordinate representation of color #7440C9: hue angle of 262.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7440C9 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 64 | 201 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.21 |
| HSL | 262.77º | 0.56% | 0.52% | - |
| HSV(B) | 262.77º | 0.68% | 0.79% | - |
| XYZ | 19.58 | 11.6 | 56.46 | - |
| YUV | 95.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 201 | 0.42 | 0.68 | 0 | 0.21 | 262.77 | 0.56 | 0.52 |
| Hex | 74 | 40 | C9 | 2A | 44 | 0 | 15 | 107 | 38 | 34 |
| Octal | 164 | 100 | 311 | 52 | 104 | 0 | 25 | 407 | 70 | 64 |
| Binary | 1110100 | 1000000 | 11001001 | 101010 | 1000100 | 0 | 10101 | 100000111 | 111000 | 110100 |
Color Harmonies of #7440C9
Complementary color
Monochromatic Colors of #7440C9
Black with #7440C9
Text Example
Text Example
White with #7440C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440C9; }
p { color: rgb(116,64,201); }
H1.HeaderClassName
{
color: #7440C9;
}
.AnyTagClassName
{
color: #7440C9;
}
</style>
background-color css
<style>
a { background-color: #7440C9; }
a { background-color: rgb(116,64,201); }
div.DivClassName
{
background-color: #7440C9;
}
.BgClassName
{
background-color: #7440C9;
}
</style>
border-color css
<style>
span { border-color: #7440C9; }
span { border-color: rgb(116,64,201); }
td.TdClassName
{
border-color: #7440C9;
}
.TagClassName
{
border-color: #7440C9;
}
</style>