Shades of Purple Heart #7441BE
Tints of Purple Heart #7441BE
RGB
CMYK
RGB Variations
Color information
#7441BE (or 0x7441BE) is known color: Purple Heart. HEX triplet: 74, 41 and BE. RGB value is (116,65,190). Sum of RGB (Red+Green+Blue) = 116+65+190=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #7441BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441BE is #8BBE41. Grayscale: #5E5E5E. Windows color (decimal): -9158210 or 12468596. OLE color: 12468596.
HSL color Cylindrical-coordinate representation of color #7441BE: hue angle of 264.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7441BE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 65 | 190 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.25 |
| HSL | 264.48º | 0.49% | 0.5% | - |
| HSV(B) | 264.48º | 0.66% | 0.75% | - |
| XYZ | 18.39 | 11.21 | 49.91 | - |
| YUV | 94.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 190 | 0.39 | 0.66 | 0 | 0.25 | 264.48 | 0.49 | 0.5 |
| Hex | 74 | 41 | BE | 27 | 42 | 0 | 19 | 108 | 31 | 32 |
| Octal | 164 | 101 | 276 | 47 | 102 | 0 | 31 | 410 | 61 | 62 |
| Binary | 1110100 | 1000001 | 10111110 | 100111 | 1000010 | 0 | 11001 | 100001000 | 110001 | 110010 |
Color Harmonies of #7441BE
Complementary color
Monochromatic Colors of #7441BE
Black with #7441BE
Text Example
Text Example
White with #7441BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441BE; }
p { color: rgb(116,65,190); }
H1.HeaderClassName
{
color: #7441BE;
}
.AnyTagClassName
{
color: #7441BE;
}
</style>
background-color css
<style>
a { background-color: #7441BE; }
a { background-color: rgb(116,65,190); }
div.DivClassName
{
background-color: #7441BE;
}
.BgClassName
{
background-color: #7441BE;
}
</style>
border-color css
<style>
span { border-color: #7441BE; }
span { border-color: rgb(116,65,190); }
td.TdClassName
{
border-color: #7441BE;
}
.TagClassName
{
border-color: #7441BE;
}
</style>