Shades of Purple Heart #723CDC
Tints of Purple Heart #723CDC
RGB
CMYK
RGB Variations
Color information
#723CDC (or 0x723CDC) is known color: Purple Heart. HEX triplet: 72, 3C and DC. RGB value is (114,60,220). Sum of RGB (Red+Green+Blue) = 114+60+220=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #723CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723CDC is #8DC323. Grayscale: #5D5D5D. Windows color (decimal): -9290532 or 14433394. OLE color: 14433394.
HSL color Cylindrical-coordinate representation of color #723CDC: hue angle of 260.25º degrees, saturation: 0.7, 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 #723CDC is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 60 | 220 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.14 |
| HSL | 260.25º | 0.7% | 0.55% | - |
| HSV(B) | 260.25º | 0.73% | 0.86% | - |
| XYZ | 21.47 | 11.98 | 68.89 | - |
| YUV | 94.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 220 | 0.48 | 0.73 | 0 | 0.14 | 260.25 | 0.7 | 0.55 |
| Hex | 72 | 3C | DC | 30 | 49 | 0 | E | 104 | 46 | 37 |
| Octal | 162 | 74 | 334 | 60 | 111 | 0 | 16 | 404 | 106 | 67 |
| Binary | 1110010 | 111100 | 11011100 | 110000 | 1001001 | 0 | 1110 | 100000100 | 1000110 | 110111 |
Color Harmonies of #723CDC
Complementary color
Monochromatic Colors of #723CDC
Black with #723CDC
Text Example
Text Example
White with #723CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CDC; }
p { color: rgb(114,60,220); }
H1.HeaderClassName
{
color: #723CDC;
}
.AnyTagClassName
{
color: #723CDC;
}
</style>
background-color css
<style>
a { background-color: #723CDC; }
a { background-color: rgb(114,60,220); }
div.DivClassName
{
background-color: #723CDC;
}
.BgClassName
{
background-color: #723CDC;
}
</style>
border-color css
<style>
span { border-color: #723CDC; }
span { border-color: rgb(114,60,220); }
td.TdClassName
{
border-color: #723CDC;
}
.TagClassName
{
border-color: #723CDC;
}
</style>