Shades of Purple Heart #7422BA
Tints of Purple Heart #7422BA
RGB
CMYK
RGB Variations
Color information
#7422BA (or 0x7422BA) is known color: Purple Heart. HEX triplet: 74, 22 and BA. RGB value is (116,34,186). Sum of RGB (Red+Green+Blue) = 116+34+186=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #7422BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422BA is #8BDD45. Grayscale: #4B4B4B. Windows color (decimal): -9166150 or 12198516. OLE color: 12198516.
HSL color Cylindrical-coordinate representation of color #7422BA: hue angle of 272.37º degrees, saturation: 0.69, 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 #7422BA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 34 | 186 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.27 |
| HSL | 272.37º | 0.69% | 0.43% | - |
| HSV(B) | 272.37º | 0.82% | 0.73% | - |
| XYZ | 16.64 | 8.4 | 47.2 | - |
| YUV | 75.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 186 | 0.38 | 0.82 | 0 | 0.27 | 272.37 | 0.69 | 0.43 |
| Hex | 74 | 22 | BA | 26 | 52 | 0 | 1B | 110 | 45 | 2B |
| Octal | 164 | 42 | 272 | 46 | 122 | 0 | 33 | 420 | 105 | 53 |
| Binary | 1110100 | 100010 | 10111010 | 100110 | 1010010 | 0 | 11011 | 100010000 | 1000101 | 101011 |
Color Harmonies of #7422BA
Complementary color
Monochromatic Colors of #7422BA
Black with #7422BA
Text Example
Text Example
White with #7422BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7422BA; }
p { color: rgb(116,34,186); }
H1.HeaderClassName
{
color: #7422BA;
}
.AnyTagClassName
{
color: #7422BA;
}
</style>
background-color css
<style>
a { background-color: #7422BA; }
a { background-color: rgb(116,34,186); }
div.DivClassName
{
background-color: #7422BA;
}
.BgClassName
{
background-color: #7422BA;
}
</style>
border-color css
<style>
span { border-color: #7422BA; }
span { border-color: rgb(116,34,186); }
td.TdClassName
{
border-color: #7422BA;
}
.TagClassName
{
border-color: #7422BA;
}
</style>