Shades of Purple Heart #722DBA
Tints of Purple Heart #722DBA
RGB
CMYK
RGB Variations
Color information
#722DBA (or 0x722DBA) is known color: Purple Heart. HEX triplet: 72, 2D and BA. RGB value is (114,45,186). Sum of RGB (Red+Green+Blue) = 114+45+186=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #722DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722DBA is #8DD245. Grayscale: #515151. Windows color (decimal): -9294406 or 12201330. OLE color: 12201330.
HSL color Cylindrical-coordinate representation of color #722DBA: hue angle of 269.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #722DBA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 45 | 186 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.27 |
| HSL | 269.36º | 0.61% | 0.45% | - |
| HSV(B) | 269.36º | 0.76% | 0.73% | - |
| XYZ | 16.74 | 9 | 47.31 | - |
| YUV | 81.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 186 | 0.39 | 0.76 | 0 | 0.27 | 269.36 | 0.61 | 0.45 |
| Hex | 72 | 2D | BA | 27 | 4C | 0 | 1B | 10D | 3D | 2D |
| Octal | 162 | 55 | 272 | 47 | 114 | 0 | 33 | 415 | 75 | 55 |
| Binary | 1110010 | 101101 | 10111010 | 100111 | 1001100 | 0 | 11011 | 100001101 | 111101 | 101101 |
Color Harmonies of #722DBA
Complementary color
Monochromatic Colors of #722DBA
Black with #722DBA
Text Example
Text Example
White with #722DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DBA; }
p { color: rgb(114,45,186); }
H1.HeaderClassName
{
color: #722DBA;
}
.AnyTagClassName
{
color: #722DBA;
}
</style>
background-color css
<style>
a { background-color: #722DBA; }
a { background-color: rgb(114,45,186); }
div.DivClassName
{
background-color: #722DBA;
}
.BgClassName
{
background-color: #722DBA;
}
</style>
border-color css
<style>
span { border-color: #722DBA; }
span { border-color: rgb(114,45,186); }
td.TdClassName
{
border-color: #722DBA;
}
.TagClassName
{
border-color: #722DBA;
}
</style>