Shades of Purple Heart #7237DB
Tints of Purple Heart #7237DB
RGB
CMYK
RGB Variations
Color information
#7237DB (or 0x7237DB) is known color: Purple Heart. HEX triplet: 72, 37 and DB. RGB value is (114,55,219). Sum of RGB (Red+Green+Blue) = 114+55+219=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #7237DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7237DB is #8DC824. Grayscale: #5A5A5A. Windows color (decimal): -9291813 or 14366578. OLE color: 14366578.
HSL color Cylindrical-coordinate representation of color #7237DB: hue angle of 261.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7237DB is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 55 | 219 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.14 |
| HSL | 261.59º | 0.69% | 0.54% | - |
| HSV(B) | 261.59º | 0.75% | 0.86% | - |
| XYZ | 21.09 | 11.42 | 68.11 | - |
| YUV | 91.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 219 | 0.48 | 0.75 | 0 | 0.14 | 261.59 | 0.69 | 0.54 |
| Hex | 72 | 37 | DB | 30 | 4B | 0 | E | 106 | 45 | 36 |
| Octal | 162 | 67 | 333 | 60 | 113 | 0 | 16 | 406 | 105 | 66 |
| Binary | 1110010 | 110111 | 11011011 | 110000 | 1001011 | 0 | 1110 | 100000110 | 1000101 | 110110 |
Color Harmonies of #7237DB
Complementary color
Monochromatic Colors of #7237DB
Black with #7237DB
Text Example
Text Example
White with #7237DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7237DB; }
p { color: rgb(114,55,219); }
H1.HeaderClassName
{
color: #7237DB;
}
.AnyTagClassName
{
color: #7237DB;
}
</style>
background-color css
<style>
a { background-color: #7237DB; }
a { background-color: rgb(114,55,219); }
div.DivClassName
{
background-color: #7237DB;
}
.BgClassName
{
background-color: #7237DB;
}
</style>
border-color css
<style>
span { border-color: #7237DB; }
span { border-color: rgb(114,55,219); }
td.TdClassName
{
border-color: #7237DB;
}
.TagClassName
{
border-color: #7237DB;
}
</style>