Shades of Purple Heart #7441BC
Tints of Purple Heart #7441BC
RGB
CMYK
RGB Variations
Color information
#7441BC (or 0x7441BC) is known color: Purple Heart. HEX triplet: 74, 41 and BC. RGB value is (116,65,188). Sum of RGB (Red+Green+Blue) = 116+65+188=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #7441BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441BC is #8BBE43. Grayscale: #5D5D5D. Windows color (decimal): -9158212 or 12337524. OLE color: 12337524.
HSL color Cylindrical-coordinate representation of color #7441BC: hue angle of 264.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7441BC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 65 | 188 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.26 |
| HSL | 264.88º | 0.49% | 0.5% | - |
| HSV(B) | 264.88º | 0.65% | 0.74% | - |
| XYZ | 18.17 | 11.12 | 48.77 | - |
| YUV | 94.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 188 | 0.38 | 0.65 | 0 | 0.26 | 264.88 | 0.49 | 0.5 |
| Hex | 74 | 41 | BC | 26 | 41 | 0 | 1A | 109 | 31 | 32 |
| Octal | 164 | 101 | 274 | 46 | 101 | 0 | 32 | 411 | 61 | 62 |
| Binary | 1110100 | 1000001 | 10111100 | 100110 | 1000001 | 0 | 11010 | 100001001 | 110001 | 110010 |
Color Harmonies of #7441BC
Complementary color
Monochromatic Colors of #7441BC
Black with #7441BC
Text Example
Text Example
White with #7441BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441BC; }
p { color: rgb(116,65,188); }
H1.HeaderClassName
{
color: #7441BC;
}
.AnyTagClassName
{
color: #7441BC;
}
</style>
background-color css
<style>
a { background-color: #7441BC; }
a { background-color: rgb(116,65,188); }
div.DivClassName
{
background-color: #7441BC;
}
.BgClassName
{
background-color: #7441BC;
}
</style>
border-color css
<style>
span { border-color: #7441BC; }
span { border-color: rgb(116,65,188); }
td.TdClassName
{
border-color: #7441BC;
}
.TagClassName
{
border-color: #7441BC;
}
</style>