Shades of Purple Heart #7621BA
Tints of Purple Heart #7621BA
RGB
CMYK
RGB Variations
Color information
#7621BA (or 0x7621BA) is known color: Purple Heart. HEX triplet: 76, 21 and BA. RGB value is (118,33,186). Sum of RGB (Red+Green+Blue) = 118+33+186=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #7621BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621BA is #89DE45. Grayscale: #4B4B4B. Windows color (decimal): -9035334 or 12198262. OLE color: 12198262.
HSL color Cylindrical-coordinate representation of color #7621BA: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7621BA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 33 | 186 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.27 |
| HSL | 273.33º | 0.7% | 0.43% | - |
| HSV(B) | 273.33º | 0.82% | 0.73% | - |
| XYZ | 16.88 | 8.48 | 47.2 | - |
| YUV | 75.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 186 | 0.37 | 0.82 | 0 | 0.27 | 273.33 | 0.7 | 0.43 |
| Hex | 76 | 21 | BA | 25 | 52 | 0 | 1B | 111 | 46 | 2B |
| Octal | 166 | 41 | 272 | 45 | 122 | 0 | 33 | 421 | 106 | 53 |
| Binary | 1110110 | 100001 | 10111010 | 100101 | 1010010 | 0 | 11011 | 100010001 | 1000110 | 101011 |
Color Harmonies of #7621BA
Complementary color
Monochromatic Colors of #7621BA
Black with #7621BA
Text Example
Text Example
White with #7621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7621BA; }
p { color: rgb(118,33,186); }
H1.HeaderClassName
{
color: #7621BA;
}
.AnyTagClassName
{
color: #7621BA;
}
</style>
background-color css
<style>
a { background-color: #7621BA; }
a { background-color: rgb(118,33,186); }
div.DivClassName
{
background-color: #7621BA;
}
.BgClassName
{
background-color: #7621BA;
}
</style>
border-color css
<style>
span { border-color: #7621BA; }
span { border-color: rgb(118,33,186); }
td.TdClassName
{
border-color: #7621BA;
}
.TagClassName
{
border-color: #7621BA;
}
</style>