Shades of Purple Heart #721ABC
Tints of Purple Heart #721ABC
RGB
CMYK
RGB Variations
Color information
#721ABC (or 0x721ABC) is known color: Purple Heart. HEX triplet: 72, 1A and BC. RGB value is (114,26,188). Sum of RGB (Red+Green+Blue) = 114+26+188=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #721ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ABC is #8DE543. Grayscale: #464646. Windows color (decimal): -9299268 or 12327538. OLE color: 12327538.
HSL color Cylindrical-coordinate representation of color #721ABC: hue angle of 272.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721ABC is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 26 | 188 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.26 |
| HSL | 272.59º | 0.76% | 0.42% | - |
| HSV(B) | 272.59º | 0.86% | 0.74% | - |
| XYZ | 16.39 | 7.95 | 48.25 | - |
| YUV | 70.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 188 | 0.39 | 0.86 | 0 | 0.26 | 272.59 | 0.76 | 0.42 |
| Hex | 72 | 1A | BC | 27 | 56 | 0 | 1A | 111 | 4C | 2A |
| Octal | 162 | 32 | 274 | 47 | 126 | 0 | 32 | 421 | 114 | 52 |
| Binary | 1110010 | 11010 | 10111100 | 100111 | 1010110 | 0 | 11010 | 100010001 | 1001100 | 101010 |
Color Harmonies of #721ABC
Complementary color
Monochromatic Colors of #721ABC
Black with #721ABC
Text Example
Text Example
White with #721ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ABC; }
p { color: rgb(114,26,188); }
H1.HeaderClassName
{
color: #721ABC;
}
.AnyTagClassName
{
color: #721ABC;
}
</style>
background-color css
<style>
a { background-color: #721ABC; }
a { background-color: rgb(114,26,188); }
div.DivClassName
{
background-color: #721ABC;
}
.BgClassName
{
background-color: #721ABC;
}
</style>
border-color css
<style>
span { border-color: #721ABC; }
span { border-color: rgb(114,26,188); }
td.TdClassName
{
border-color: #721ABC;
}
.TagClassName
{
border-color: #721ABC;
}
</style>