Shades of Purple Heart #7440BD
Tints of Purple Heart #7440BD
RGB
CMYK
RGB Variations
Color information
#7440BD (or 0x7440BD) is known color: Purple Heart. HEX triplet: 74, 40 and BD. RGB value is (116,64,189). Sum of RGB (Red+Green+Blue) = 116+64+189=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #7440BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440BD is #8BBF42. Grayscale: #5D5D5D. Windows color (decimal): -9158467 or 12402804. OLE color: 12402804.
HSL color Cylindrical-coordinate representation of color #7440BD: hue angle of 264.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7440BD is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 64 | 189 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.26 |
| HSL | 264.96º | 0.49% | 0.5% | - |
| HSV(B) | 264.96º | 0.66% | 0.74% | - |
| XYZ | 18.22 | 11.05 | 49.32 | - |
| YUV | 93.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 189 | 0.39 | 0.66 | 0 | 0.26 | 264.96 | 0.49 | 0.5 |
| Hex | 74 | 40 | BD | 27 | 42 | 0 | 1A | 109 | 31 | 32 |
| Octal | 164 | 100 | 275 | 47 | 102 | 0 | 32 | 411 | 61 | 62 |
| Binary | 1110100 | 1000000 | 10111101 | 100111 | 1000010 | 0 | 11010 | 100001001 | 110001 | 110010 |
Color Harmonies of #7440BD
Complementary color
Monochromatic Colors of #7440BD
Black with #7440BD
Text Example
Text Example
White with #7440BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440BD; }
p { color: rgb(116,64,189); }
H1.HeaderClassName
{
color: #7440BD;
}
.AnyTagClassName
{
color: #7440BD;
}
</style>
background-color css
<style>
a { background-color: #7440BD; }
a { background-color: rgb(116,64,189); }
div.DivClassName
{
background-color: #7440BD;
}
.BgClassName
{
background-color: #7440BD;
}
</style>
border-color css
<style>
span { border-color: #7440BD; }
span { border-color: rgb(116,64,189); }
td.TdClassName
{
border-color: #7440BD;
}
.TagClassName
{
border-color: #7440BD;
}
</style>