Shades of Purple Heart #723BCF
Tints of Purple Heart #723BCF
RGB
CMYK
RGB Variations
Color information
#723BCF (or 0x723BCF) is known color: Purple Heart. HEX triplet: 72, 3B and CF. RGB value is (114,59,207). Sum of RGB (Red+Green+Blue) = 114+59+207=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #723BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723BCF is #8DC430. Grayscale: #5B5B5B. Windows color (decimal): -9290801 or 13581170. OLE color: 13581170.
HSL color Cylindrical-coordinate representation of color #723BCF: hue angle of 262.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #723BCF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 59 | 207 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.19 |
| HSL | 262.3º | 0.61% | 0.52% | - |
| HSV(B) | 262.3º | 0.71% | 0.81% | - |
| XYZ | 19.77 | 11.21 | 60.15 | - |
| YUV | 92.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 207 | 0.45 | 0.71 | 0 | 0.19 | 262.3 | 0.61 | 0.52 |
| Hex | 72 | 3B | CF | 2D | 47 | 0 | 13 | 106 | 3D | 34 |
| Octal | 162 | 73 | 317 | 55 | 107 | 0 | 23 | 406 | 75 | 64 |
| Binary | 1110010 | 111011 | 11001111 | 101101 | 1000111 | 0 | 10011 | 100000110 | 111101 | 110100 |
Color Harmonies of #723BCF
Complementary color
Monochromatic Colors of #723BCF
Black with #723BCF
Text Example
Text Example
White with #723BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BCF; }
p { color: rgb(114,59,207); }
H1.HeaderClassName
{
color: #723BCF;
}
.AnyTagClassName
{
color: #723BCF;
}
</style>
background-color css
<style>
a { background-color: #723BCF; }
a { background-color: rgb(114,59,207); }
div.DivClassName
{
background-color: #723BCF;
}
.BgClassName
{
background-color: #723BCF;
}
</style>
border-color css
<style>
span { border-color: #723BCF; }
span { border-color: rgb(114,59,207); }
td.TdClassName
{
border-color: #723BCF;
}
.TagClassName
{
border-color: #723BCF;
}
</style>