Shades of Purple Heart #7440CC
Tints of Purple Heart #7440CC
RGB
CMYK
RGB Variations
Color information
#7440CC (or 0x7440CC) is known color: Purple Heart. HEX triplet: 74, 40 and CC. RGB value is (116,64,204). Sum of RGB (Red+Green+Blue) = 116+64+204=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #7440CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440CC is #8BBF33. Grayscale: #5F5F5F. Windows color (decimal): -9158452 or 13385844. OLE color: 13385844.
HSL color Cylindrical-coordinate representation of color #7440CC: hue angle of 262.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7440CC is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 64 | 204 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.2 |
| HSL | 262.29º | 0.58% | 0.53% | - |
| HSV(B) | 262.29º | 0.69% | 0.8% | - |
| XYZ | 19.93 | 11.74 | 58.34 | - |
| YUV | 95.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 204 | 0.43 | 0.69 | 0 | 0.2 | 262.29 | 0.58 | 0.53 |
| Hex | 74 | 40 | CC | 2B | 45 | 0 | 14 | 106 | 3A | 35 |
| Octal | 164 | 100 | 314 | 53 | 105 | 0 | 24 | 406 | 72 | 65 |
| Binary | 1110100 | 1000000 | 11001100 | 101011 | 1000101 | 0 | 10100 | 100000110 | 111010 | 110101 |
Color Harmonies of #7440CC
Complementary color
Monochromatic Colors of #7440CC
Black with #7440CC
Text Example
Text Example
White with #7440CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440CC; }
p { color: rgb(116,64,204); }
H1.HeaderClassName
{
color: #7440CC;
}
.AnyTagClassName
{
color: #7440CC;
}
</style>
background-color css
<style>
a { background-color: #7440CC; }
a { background-color: rgb(116,64,204); }
div.DivClassName
{
background-color: #7440CC;
}
.BgClassName
{
background-color: #7440CC;
}
</style>
border-color css
<style>
span { border-color: #7440CC; }
span { border-color: rgb(116,64,204); }
td.TdClassName
{
border-color: #7440CC;
}
.TagClassName
{
border-color: #7440CC;
}
</style>