Shades of Purple Heart #721FBC
Tints of Purple Heart #721FBC
RGB
CMYK
RGB Variations
Color information
#721FBC (or 0x721FBC) is known color: Purple Heart. HEX triplet: 72, 1F and BC. RGB value is (114,31,188). Sum of RGB (Red+Green+Blue) = 114+31+188=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #721FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FBC is #8DE043. Grayscale: #494949. Windows color (decimal): -9297988 or 12328818. OLE color: 12328818.
HSL color Cylindrical-coordinate representation of color #721FBC: hue angle of 271.72º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721FBC is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 31 | 188 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.26 |
| HSL | 271.72º | 0.72% | 0.43% | - |
| HSV(B) | 271.72º | 0.84% | 0.74% | - |
| XYZ | 16.51 | 8.19 | 48.29 | - |
| YUV | 73.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 188 | 0.39 | 0.84 | 0 | 0.26 | 271.72 | 0.72 | 0.43 |
| Hex | 72 | 1F | BC | 27 | 54 | 0 | 1A | 110 | 48 | 2B |
| Octal | 162 | 37 | 274 | 47 | 124 | 0 | 32 | 420 | 110 | 53 |
| Binary | 1110010 | 11111 | 10111100 | 100111 | 1010100 | 0 | 11010 | 100010000 | 1001000 | 101011 |
Color Harmonies of #721FBC
Complementary color
Monochromatic Colors of #721FBC
Black with #721FBC
Text Example
Text Example
White with #721FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FBC; }
p { color: rgb(114,31,188); }
H1.HeaderClassName
{
color: #721FBC;
}
.AnyTagClassName
{
color: #721FBC;
}
</style>
background-color css
<style>
a { background-color: #721FBC; }
a { background-color: rgb(114,31,188); }
div.DivClassName
{
background-color: #721FBC;
}
.BgClassName
{
background-color: #721FBC;
}
</style>
border-color css
<style>
span { border-color: #721FBC; }
span { border-color: rgb(114,31,188); }
td.TdClassName
{
border-color: #721FBC;
}
.TagClassName
{
border-color: #721FBC;
}
</style>