Shades of Purple Heart #721AB3
Tints of Purple Heart #721AB3
RGB
CMYK
RGB Variations
Color information
#721AB3 (or 0x721AB3) is known color: Purple Heart. HEX triplet: 72, 1A and B3. RGB value is (114,26,179). Sum of RGB (Red+Green+Blue) = 114+26+179=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #721AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AB3 is #8DE54C. Grayscale: #454545. Windows color (decimal): -9299277 or 11737714. OLE color: 11737714.
HSL color Cylindrical-coordinate representation of color #721AB3: hue angle of 274.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721AB3 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 26 | 179 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.30 |
| HSL | 274.51º | 0.75% | 0.4% | - |
| HSV(B) | 274.51º | 0.85% | 0.7% | - |
| XYZ | 15.45 | 7.57 | 43.3 | - |
| YUV | 69.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 179 | 0.36 | 0.85 | 0 | 0.30 | 274.51 | 0.75 | 0.4 |
| Hex | 72 | 1A | B3 | 24 | 55 | 0 | 1E | 113 | 4B | 28 |
| Octal | 162 | 32 | 263 | 44 | 125 | 0 | 36 | 423 | 113 | 50 |
| Binary | 1110010 | 11010 | 10110011 | 100100 | 1010101 | 0 | 11110 | 100010011 | 1001011 | 101000 |
Color Harmonies of #721AB3
Complementary color
Monochromatic Colors of #721AB3
Black with #721AB3
Text Example
Text Example
White with #721AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AB3; }
p { color: rgb(114,26,179); }
H1.HeaderClassName
{
color: #721AB3;
}
.AnyTagClassName
{
color: #721AB3;
}
</style>
background-color css
<style>
a { background-color: #721AB3; }
a { background-color: rgb(114,26,179); }
div.DivClassName
{
background-color: #721AB3;
}
.BgClassName
{
background-color: #721AB3;
}
</style>
border-color css
<style>
span { border-color: #721AB3; }
span { border-color: rgb(114,26,179); }
td.TdClassName
{
border-color: #721AB3;
}
.TagClassName
{
border-color: #721AB3;
}
</style>