Shades of Purple Heart #7624B3
Tints of Purple Heart #7624B3
RGB
CMYK
RGB Variations
Color information
#7624B3 (or 0x7624B3) is known color: Purple Heart. HEX triplet: 76, 24 and B3. RGB value is (118,36,179). Sum of RGB (Red+Green+Blue) = 118+36+179=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #7624B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7624B3 is #89DB4C. Grayscale: #4C4C4C. Windows color (decimal): -9034573 or 11740278. OLE color: 11740278.
HSL color Cylindrical-coordinate representation of color #7624B3: hue angle of 274.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7624B3 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 36 | 179 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.30 |
| HSL | 274.41º | 0.67% | 0.42% | - |
| HSV(B) | 274.41º | 0.8% | 0.7% | - |
| XYZ | 16.24 | 8.37 | 43.41 | - |
| YUV | 76.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 179 | 0.34 | 0.80 | 0 | 0.30 | 274.41 | 0.67 | 0.42 |
| Hex | 76 | 24 | B3 | 22 | 50 | 0 | 1E | 112 | 43 | 2A |
| Octal | 166 | 44 | 263 | 42 | 120 | 0 | 36 | 422 | 103 | 52 |
| Binary | 1110110 | 100100 | 10110011 | 100010 | 1010000 | 0 | 11110 | 100010010 | 1000011 | 101010 |
Color Harmonies of #7624B3
Complementary color
Monochromatic Colors of #7624B3
Black with #7624B3
Text Example
Text Example
White with #7624B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7624B3; }
p { color: rgb(118,36,179); }
H1.HeaderClassName
{
color: #7624B3;
}
.AnyTagClassName
{
color: #7624B3;
}
</style>
background-color css
<style>
a { background-color: #7624B3; }
a { background-color: rgb(118,36,179); }
div.DivClassName
{
background-color: #7624B3;
}
.BgClassName
{
background-color: #7624B3;
}
</style>
border-color css
<style>
span { border-color: #7624B3; }
span { border-color: rgb(118,36,179); }
td.TdClassName
{
border-color: #7624B3;
}
.TagClassName
{
border-color: #7624B3;
}
</style>