Shades of Purple Heart #721ACB
Tints of Purple Heart #721ACB
RGB
CMYK
RGB Variations
Color information
#721ACB (or 0x721ACB) is known color: Purple Heart. HEX triplet: 72, 1A and CB. RGB value is (114,26,203). Sum of RGB (Red+Green+Blue) = 114+26+203=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #721ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ACB is #8DE534. Grayscale: #474747. Windows color (decimal): -9299253 or 13310578. OLE color: 13310578.
HSL color Cylindrical-coordinate representation of color #721ACB: hue angle of 269.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721ACB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 26 | 203 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.20 |
| HSL | 269.83º | 0.77% | 0.45% | - |
| HSV(B) | 269.83º | 0.87% | 0.8% | - |
| XYZ | 18.09 | 8.63 | 57.21 | - |
| YUV | 72.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 203 | 0.44 | 0.87 | 0 | 0.20 | 269.83 | 0.77 | 0.45 |
| Hex | 72 | 1A | CB | 2C | 57 | 0 | 14 | 10E | 4D | 2D |
| Octal | 162 | 32 | 313 | 54 | 127 | 0 | 24 | 416 | 115 | 55 |
| Binary | 1110010 | 11010 | 11001011 | 101100 | 1010111 | 0 | 10100 | 100001110 | 1001101 | 101101 |
Color Harmonies of #721ACB
Complementary color
Monochromatic Colors of #721ACB
Black with #721ACB
Text Example
Text Example
White with #721ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ACB; }
p { color: rgb(114,26,203); }
H1.HeaderClassName
{
color: #721ACB;
}
.AnyTagClassName
{
color: #721ACB;
}
</style>
background-color css
<style>
a { background-color: #721ACB; }
a { background-color: rgb(114,26,203); }
div.DivClassName
{
background-color: #721ACB;
}
.BgClassName
{
background-color: #721ACB;
}
</style>
border-color css
<style>
span { border-color: #721ACB; }
span { border-color: rgb(114,26,203); }
td.TdClassName
{
border-color: #721ACB;
}
.TagClassName
{
border-color: #721ACB;
}
</style>