Shades of Purple Heart #722AB9
Tints of Purple Heart #722AB9
RGB
CMYK
RGB Variations
Color information
#722AB9 (or 0x722AB9) is known color: Purple Heart. HEX triplet: 72, 2A and B9. RGB value is (114,42,185). Sum of RGB (Red+Green+Blue) = 114+42+185=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #722AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722AB9 is #8DD546. Grayscale: #4F4F4F. Windows color (decimal): -9295175 or 12135026. OLE color: 12135026.
HSL color Cylindrical-coordinate representation of color #722AB9: hue angle of 270.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #722AB9 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 42 | 185 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.27 |
| HSL | 270.21º | 0.63% | 0.45% | - |
| HSV(B) | 270.21º | 0.77% | 0.73% | - |
| XYZ | 16.52 | 8.74 | 46.71 | - |
| YUV | 79.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 185 | 0.38 | 0.77 | 0 | 0.27 | 270.21 | 0.63 | 0.45 |
| Hex | 72 | 2A | B9 | 26 | 4D | 0 | 1B | 10E | 3F | 2D |
| Octal | 162 | 52 | 271 | 46 | 115 | 0 | 33 | 416 | 77 | 55 |
| Binary | 1110010 | 101010 | 10111001 | 100110 | 1001101 | 0 | 11011 | 100001110 | 111111 | 101101 |
Color Harmonies of #722AB9
Complementary color
Monochromatic Colors of #722AB9
Black with #722AB9
Text Example
Text Example
White with #722AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722AB9; }
p { color: rgb(114,42,185); }
H1.HeaderClassName
{
color: #722AB9;
}
.AnyTagClassName
{
color: #722AB9;
}
</style>
background-color css
<style>
a { background-color: #722AB9; }
a { background-color: rgb(114,42,185); }
div.DivClassName
{
background-color: #722AB9;
}
.BgClassName
{
background-color: #722AB9;
}
</style>
border-color css
<style>
span { border-color: #722AB9; }
span { border-color: rgb(114,42,185); }
td.TdClassName
{
border-color: #722AB9;
}
.TagClassName
{
border-color: #722AB9;
}
</style>