Shades of Purple Heart #723CDB
Tints of Purple Heart #723CDB
RGB
CMYK
RGB Variations
Color information
#723CDB (or 0x723CDB) is known color: Purple Heart. HEX triplet: 72, 3C and DB. RGB value is (114,60,219). Sum of RGB (Red+Green+Blue) = 114+60+219=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #723CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723CDB is #8DC324. Grayscale: #5D5D5D. Windows color (decimal): -9290533 or 14367858. OLE color: 14367858.
HSL color Cylindrical-coordinate representation of color #723CDB: hue angle of 260.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #723CDB is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 60 | 219 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.14 |
| HSL | 260.38º | 0.69% | 0.55% | - |
| HSV(B) | 260.38º | 0.73% | 0.86% | - |
| XYZ | 21.34 | 11.92 | 68.19 | - |
| YUV | 94.27 | 198.39 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 219 | 0.48 | 0.73 | 0 | 0.14 | 260.38 | 0.69 | 0.55 |
| Hex | 72 | 3C | DB | 30 | 49 | 0 | E | 104 | 45 | 37 |
| Octal | 162 | 74 | 333 | 60 | 111 | 0 | 16 | 404 | 105 | 67 |
| Binary | 1110010 | 111100 | 11011011 | 110000 | 1001001 | 0 | 1110 | 100000100 | 1000101 | 110111 |
Color Harmonies of #723CDB
Complementary color
Monochromatic Colors of #723CDB
Black with #723CDB
Text Example
Text Example
White with #723CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CDB; }
p { color: rgb(114,60,219); }
H1.HeaderClassName
{
color: #723CDB;
}
.AnyTagClassName
{
color: #723CDB;
}
</style>
background-color css
<style>
a { background-color: #723CDB; }
a { background-color: rgb(114,60,219); }
div.DivClassName
{
background-color: #723CDB;
}
.BgClassName
{
background-color: #723CDB;
}
</style>
border-color css
<style>
span { border-color: #723CDB; }
span { border-color: rgb(114,60,219); }
td.TdClassName
{
border-color: #723CDB;
}
.TagClassName
{
border-color: #723CDB;
}
</style>