Shades of Purple Heart #722DBB
Tints of Purple Heart #722DBB
RGB
CMYK
RGB Variations
Color information
#722DBB (or 0x722DBB) is known color: Purple Heart. HEX triplet: 72, 2D and BB. RGB value is (114,45,187). Sum of RGB (Red+Green+Blue) = 114+45+187=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #722DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722DBB is #8DD244. Grayscale: #515151. Windows color (decimal): -9294405 or 12266866. OLE color: 12266866.
HSL color Cylindrical-coordinate representation of color #722DBB: hue angle of 269.15º 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 #722DBB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 45 | 187 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.27 |
| HSL | 269.15º | 0.61% | 0.45% | - |
| HSV(B) | 269.15º | 0.76% | 0.73% | - |
| XYZ | 16.85 | 9.04 | 47.87 | - |
| YUV | 81.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 187 | 0.39 | 0.76 | 0 | 0.27 | 269.15 | 0.61 | 0.45 |
| Hex | 72 | 2D | BB | 27 | 4C | 0 | 1B | 10D | 3D | 2D |
| Octal | 162 | 55 | 273 | 47 | 114 | 0 | 33 | 415 | 75 | 55 |
| Binary | 1110010 | 101101 | 10111011 | 100111 | 1001100 | 0 | 11011 | 100001101 | 111101 | 101101 |
Color Harmonies of #722DBB
Complementary color
Monochromatic Colors of #722DBB
Black with #722DBB
Text Example
Text Example
White with #722DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DBB; }
p { color: rgb(114,45,187); }
H1.HeaderClassName
{
color: #722DBB;
}
.AnyTagClassName
{
color: #722DBB;
}
</style>
background-color css
<style>
a { background-color: #722DBB; }
a { background-color: rgb(114,45,187); }
div.DivClassName
{
background-color: #722DBB;
}
.BgClassName
{
background-color: #722DBB;
}
</style>
border-color css
<style>
span { border-color: #722DBB; }
span { border-color: rgb(114,45,187); }
td.TdClassName
{
border-color: #722DBB;
}
.TagClassName
{
border-color: #722DBB;
}
</style>