Shades of Purple Heart #722DBD
Tints of Purple Heart #722DBD
RGB
CMYK
RGB Variations
Color information
#722DBD (or 0x722DBD) is known color: Purple Heart. HEX triplet: 72, 2D and BD. RGB value is (114,45,189). Sum of RGB (Red+Green+Blue) = 114+45+189=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #722DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722DBD is #8DD242. Grayscale: #515151. Windows color (decimal): -9294403 or 12397938. OLE color: 12397938.
HSL color Cylindrical-coordinate representation of color #722DBD: hue angle of 268.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #722DBD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 45 | 189 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.26 |
| HSL | 268.75º | 0.62% | 0.46% | - |
| HSV(B) | 268.75º | 0.76% | 0.74% | - |
| XYZ | 17.06 | 9.13 | 49.01 | - |
| YUV | 82.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 189 | 0.40 | 0.76 | 0 | 0.26 | 268.75 | 0.62 | 0.46 |
| Hex | 72 | 2D | BD | 28 | 4C | 0 | 1A | 10D | 3E | 2E |
| Octal | 162 | 55 | 275 | 50 | 114 | 0 | 32 | 415 | 76 | 56 |
| Binary | 1110010 | 101101 | 10111101 | 101000 | 1001100 | 0 | 11010 | 100001101 | 111110 | 101110 |
Color Harmonies of #722DBD
Complementary color
Monochromatic Colors of #722DBD
Black with #722DBD
Text Example
Text Example
White with #722DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DBD; }
p { color: rgb(114,45,189); }
H1.HeaderClassName
{
color: #722DBD;
}
.AnyTagClassName
{
color: #722DBD;
}
</style>
background-color css
<style>
a { background-color: #722DBD; }
a { background-color: rgb(114,45,189); }
div.DivClassName
{
background-color: #722DBD;
}
.BgClassName
{
background-color: #722DBD;
}
</style>
border-color css
<style>
span { border-color: #722DBD; }
span { border-color: rgb(114,45,189); }
td.TdClassName
{
border-color: #722DBD;
}
.TagClassName
{
border-color: #722DBD;
}
</style>