Shades of Purple Heart #723BCC
Tints of Purple Heart #723BCC
RGB
CMYK
RGB Variations
Color information
#723BCC (or 0x723BCC) is known color: Purple Heart. HEX triplet: 72, 3B and CC. RGB value is (114,59,204). Sum of RGB (Red+Green+Blue) = 114+59+204=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #723BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723BCC is #8DC433. Grayscale: #5B5B5B. Windows color (decimal): -9290804 or 13384562. OLE color: 13384562.
HSL color Cylindrical-coordinate representation of color #723BCC: hue angle of 262.76º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #723BCC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 59 | 204 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.2 |
| HSL | 262.76º | 0.59% | 0.52% | - |
| HSV(B) | 262.76º | 0.71% | 0.8% | - |
| XYZ | 19.4 | 11.06 | 58.24 | - |
| YUV | 91.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 204 | 0.44 | 0.71 | 0 | 0.2 | 262.76 | 0.59 | 0.52 |
| Hex | 72 | 3B | CC | 2C | 47 | 0 | 14 | 107 | 3B | 34 |
| Octal | 162 | 73 | 314 | 54 | 107 | 0 | 24 | 407 | 73 | 64 |
| Binary | 1110010 | 111011 | 11001100 | 101100 | 1000111 | 0 | 10100 | 100000111 | 111011 | 110100 |
Color Harmonies of #723BCC
Complementary color
Monochromatic Colors of #723BCC
Black with #723BCC
Text Example
Text Example
White with #723BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BCC; }
p { color: rgb(114,59,204); }
H1.HeaderClassName
{
color: #723BCC;
}
.AnyTagClassName
{
color: #723BCC;
}
</style>
background-color css
<style>
a { background-color: #723BCC; }
a { background-color: rgb(114,59,204); }
div.DivClassName
{
background-color: #723BCC;
}
.BgClassName
{
background-color: #723BCC;
}
</style>
border-color css
<style>
span { border-color: #723BCC; }
span { border-color: rgb(114,59,204); }
td.TdClassName
{
border-color: #723BCC;
}
.TagClassName
{
border-color: #723BCC;
}
</style>