Shades of Purple Heart #723DCB
Tints of Purple Heart #723DCB
RGB
CMYK
RGB Variations
Color information
#723DCB (or 0x723DCB) is known color: Purple Heart. HEX triplet: 72, 3D and CB. RGB value is (114,61,203). Sum of RGB (Red+Green+Blue) = 114+61+203=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #723DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723DCB is #8DC234. Grayscale: #5C5C5C. Windows color (decimal): -9290293 or 13319538. OLE color: 13319538.
HSL color Cylindrical-coordinate representation of color #723DCB: hue angle of 262.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #723DCB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 61 | 203 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.20 |
| HSL | 262.39º | 0.58% | 0.52% | - |
| HSV(B) | 262.39º | 0.7% | 0.8% | - |
| XYZ | 19.39 | 11.23 | 57.65 | - |
| YUV | 93.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 203 | 0.44 | 0.70 | 0 | 0.20 | 262.39 | 0.58 | 0.52 |
| Hex | 72 | 3D | CB | 2C | 46 | 0 | 14 | 106 | 3A | 34 |
| Octal | 162 | 75 | 313 | 54 | 106 | 0 | 24 | 406 | 72 | 64 |
| Binary | 1110010 | 111101 | 11001011 | 101100 | 1000110 | 0 | 10100 | 100000110 | 111010 | 110100 |
Color Harmonies of #723DCB
Complementary color
Monochromatic Colors of #723DCB
Black with #723DCB
Text Example
Text Example
White with #723DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723DCB; }
p { color: rgb(114,61,203); }
H1.HeaderClassName
{
color: #723DCB;
}
.AnyTagClassName
{
color: #723DCB;
}
</style>
background-color css
<style>
a { background-color: #723DCB; }
a { background-color: rgb(114,61,203); }
div.DivClassName
{
background-color: #723DCB;
}
.BgClassName
{
background-color: #723DCB;
}
</style>
border-color css
<style>
span { border-color: #723DCB; }
span { border-color: rgb(114,61,203); }
td.TdClassName
{
border-color: #723DCB;
}
.TagClassName
{
border-color: #723DCB;
}
</style>