Shades of Purple Heart #7621B3
Tints of Purple Heart #7621B3
RGB
CMYK
RGB Variations
Color information
#7621B3 (or 0x7621B3) is known color: Purple Heart. HEX triplet: 76, 21 and B3. RGB value is (118,33,179). Sum of RGB (Red+Green+Blue) = 118+33+179=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #7621B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621B3 is #89DE4C. Grayscale: #4A4A4A. Windows color (decimal): -9035341 or 11739510. OLE color: 11739510.
HSL color Cylindrical-coordinate representation of color #7621B3: hue angle of 274.93º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7621B3 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 33 | 179 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.30 |
| HSL | 274.93º | 0.69% | 0.42% | - |
| HSV(B) | 274.93º | 0.82% | 0.7% | - |
| XYZ | 16.15 | 8.19 | 43.38 | - |
| YUV | 75.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 179 | 0.34 | 0.82 | 0 | 0.30 | 274.93 | 0.69 | 0.42 |
| Hex | 76 | 21 | B3 | 22 | 52 | 0 | 1E | 113 | 45 | 2A |
| Octal | 166 | 41 | 263 | 42 | 122 | 0 | 36 | 423 | 105 | 52 |
| Binary | 1110110 | 100001 | 10110011 | 100010 | 1010010 | 0 | 11110 | 100010011 | 1000101 | 101010 |
Color Harmonies of #7621B3
Complementary color
Monochromatic Colors of #7621B3
Black with #7621B3
Text Example
Text Example
White with #7621B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7621B3; }
p { color: rgb(118,33,179); }
H1.HeaderClassName
{
color: #7621B3;
}
.AnyTagClassName
{
color: #7621B3;
}
</style>
background-color css
<style>
a { background-color: #7621B3; }
a { background-color: rgb(118,33,179); }
div.DivClassName
{
background-color: #7621B3;
}
.BgClassName
{
background-color: #7621B3;
}
</style>
border-color css
<style>
span { border-color: #7621B3; }
span { border-color: rgb(118,33,179); }
td.TdClassName
{
border-color: #7621B3;
}
.TagClassName
{
border-color: #7621B3;
}
</style>