Shades of Purple Heart #7440CB
Tints of Purple Heart #7440CB
RGB
CMYK
RGB Variations
Color information
#7440CB (or 0x7440CB) is known color: Purple Heart. HEX triplet: 74, 40 and CB. RGB value is (116,64,203). Sum of RGB (Red+Green+Blue) = 116+64+203=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #7440CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440CB is #8BBF34. Grayscale: #5E5E5E. Windows color (decimal): -9158453 or 13320308. OLE color: 13320308.
HSL color Cylindrical-coordinate representation of color #7440CB: hue angle of 262.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7440CB is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 64 | 203 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.20 |
| HSL | 262.45º | 0.57% | 0.52% | - |
| HSV(B) | 262.45º | 0.68% | 0.8% | - |
| XYZ | 19.82 | 11.69 | 57.71 | - |
| YUV | 95.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 203 | 0.43 | 0.68 | 0 | 0.20 | 262.45 | 0.57 | 0.52 |
| Hex | 74 | 40 | CB | 2B | 44 | 0 | 14 | 106 | 39 | 34 |
| Octal | 164 | 100 | 313 | 53 | 104 | 0 | 24 | 406 | 71 | 64 |
| Binary | 1110100 | 1000000 | 11001011 | 101011 | 1000100 | 0 | 10100 | 100000110 | 111001 | 110100 |
Color Harmonies of #7440CB
Complementary color
Monochromatic Colors of #7440CB
Black with #7440CB
Text Example
Text Example
White with #7440CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440CB; }
p { color: rgb(116,64,203); }
H1.HeaderClassName
{
color: #7440CB;
}
.AnyTagClassName
{
color: #7440CB;
}
</style>
background-color css
<style>
a { background-color: #7440CB; }
a { background-color: rgb(116,64,203); }
div.DivClassName
{
background-color: #7440CB;
}
.BgClassName
{
background-color: #7440CB;
}
</style>
border-color css
<style>
span { border-color: #7440CB; }
span { border-color: rgb(116,64,203); }
td.TdClassName
{
border-color: #7440CB;
}
.TagClassName
{
border-color: #7440CB;
}
</style>