Shades of Purple Heart #721CBC
Tints of Purple Heart #721CBC
RGB
CMYK
RGB Variations
Color information
#721CBC (or 0x721CBC) is known color: Purple Heart. HEX triplet: 72, 1C and BC. RGB value is (114,28,188). Sum of RGB (Red+Green+Blue) = 114+28+188=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #721CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CBC is #8DE343. Grayscale: #474747. Windows color (decimal): -9298756 or 12328050. OLE color: 12328050.
HSL color Cylindrical-coordinate representation of color #721CBC: hue angle of 272.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721CBC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 28 | 188 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.26 |
| HSL | 272.25º | 0.74% | 0.42% | - |
| HSV(B) | 272.25º | 0.85% | 0.74% | - |
| XYZ | 16.43 | 8.04 | 48.26 | - |
| YUV | 71.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 188 | 0.39 | 0.85 | 0 | 0.26 | 272.25 | 0.74 | 0.42 |
| Hex | 72 | 1C | BC | 27 | 55 | 0 | 1A | 110 | 4A | 2A |
| Octal | 162 | 34 | 274 | 47 | 125 | 0 | 32 | 420 | 112 | 52 |
| Binary | 1110010 | 11100 | 10111100 | 100111 | 1010101 | 0 | 11010 | 100010000 | 1001010 | 101010 |
Color Harmonies of #721CBC
Complementary color
Monochromatic Colors of #721CBC
Black with #721CBC
Text Example
Text Example
White with #721CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CBC; }
p { color: rgb(114,28,188); }
H1.HeaderClassName
{
color: #721CBC;
}
.AnyTagClassName
{
color: #721CBC;
}
</style>
background-color css
<style>
a { background-color: #721CBC; }
a { background-color: rgb(114,28,188); }
div.DivClassName
{
background-color: #721CBC;
}
.BgClassName
{
background-color: #721CBC;
}
</style>
border-color css
<style>
span { border-color: #721CBC; }
span { border-color: rgb(114,28,188); }
td.TdClassName
{
border-color: #721CBC;
}
.TagClassName
{
border-color: #721CBC;
}
</style>