Shades of Purple Heart #7442BC
Tints of Purple Heart #7442BC
RGB
CMYK
RGB Variations
Color information
#7442BC (or 0x7442BC) is known color: Purple Heart. HEX triplet: 74, 42 and BC. RGB value is (116,66,188). Sum of RGB (Red+Green+Blue) = 116+66+188=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7442BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442BC is #8BBD43. Grayscale: #5E5E5E. Windows color (decimal): -9157956 or 12337780. OLE color: 12337780.
HSL color Cylindrical-coordinate representation of color #7442BC: hue angle of 264.59º degrees, saturation: 0.48, 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 #7442BC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 66 | 188 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.26 |
| HSL | 264.59º | 0.48% | 0.5% | - |
| HSV(B) | 264.59º | 0.65% | 0.74% | - |
| XYZ | 18.23 | 11.24 | 48.79 | - |
| YUV | 94.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 188 | 0.38 | 0.65 | 0 | 0.26 | 264.59 | 0.48 | 0.5 |
| Hex | 74 | 42 | BC | 26 | 41 | 0 | 1A | 109 | 30 | 32 |
| Octal | 164 | 102 | 274 | 46 | 101 | 0 | 32 | 411 | 60 | 62 |
| Binary | 1110100 | 1000010 | 10111100 | 100110 | 1000001 | 0 | 11010 | 100001001 | 110000 | 110010 |
Color Harmonies of #7442BC
Complementary color
Monochromatic Colors of #7442BC
Black with #7442BC
Text Example
Text Example
White with #7442BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7442BC; }
p { color: rgb(116,66,188); }
H1.HeaderClassName
{
color: #7442BC;
}
.AnyTagClassName
{
color: #7442BC;
}
</style>
background-color css
<style>
a { background-color: #7442BC; }
a { background-color: rgb(116,66,188); }
div.DivClassName
{
background-color: #7442BC;
}
.BgClassName
{
background-color: #7442BC;
}
</style>
border-color css
<style>
span { border-color: #7442BC; }
span { border-color: rgb(116,66,188); }
td.TdClassName
{
border-color: #7442BC;
}
.TagClassName
{
border-color: #7442BC;
}
</style>