Shades of Purple Heart #723BCA
Tints of Purple Heart #723BCA
RGB
CMYK
RGB Variations
Color information
#723BCA (or 0x723BCA) is known color: Purple Heart. HEX triplet: 72, 3B and CA. RGB value is (114,59,202). Sum of RGB (Red+Green+Blue) = 114+59+202=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #723BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723BCA is #8DC435. Grayscale: #5B5B5B. Windows color (decimal): -9290806 or 13253490. OLE color: 13253490.
HSL color Cylindrical-coordinate representation of color #723BCA: hue angle of 263.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #723BCA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 59 | 202 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.21 |
| HSL | 263.08º | 0.57% | 0.51% | - |
| HSV(B) | 263.08º | 0.71% | 0.79% | - |
| XYZ | 19.16 | 10.97 | 56.98 | - |
| YUV | 91.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 202 | 0.44 | 0.71 | 0 | 0.21 | 263.08 | 0.57 | 0.51 |
| Hex | 72 | 3B | CA | 2C | 47 | 0 | 15 | 107 | 39 | 33 |
| Octal | 162 | 73 | 312 | 54 | 107 | 0 | 25 | 407 | 71 | 63 |
| Binary | 1110010 | 111011 | 11001010 | 101100 | 1000111 | 0 | 10101 | 100000111 | 111001 | 110011 |
Color Harmonies of #723BCA
Complementary color
Monochromatic Colors of #723BCA
Black with #723BCA
Text Example
Text Example
White with #723BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BCA; }
p { color: rgb(114,59,202); }
H1.HeaderClassName
{
color: #723BCA;
}
.AnyTagClassName
{
color: #723BCA;
}
</style>
background-color css
<style>
a { background-color: #723BCA; }
a { background-color: rgb(114,59,202); }
div.DivClassName
{
background-color: #723BCA;
}
.BgClassName
{
background-color: #723BCA;
}
</style>
border-color css
<style>
span { border-color: #723BCA; }
span { border-color: rgb(114,59,202); }
td.TdClassName
{
border-color: #723BCA;
}
.TagClassName
{
border-color: #723BCA;
}
</style>