Shades of Purple Heart #722BC3
Tints of Purple Heart #722BC3
RGB
CMYK
RGB Variations
Color information
#722BC3 (or 0x722BC3) is known color: Purple Heart. HEX triplet: 72, 2B and C3. RGB value is (114,43,195). Sum of RGB (Red+Green+Blue) = 114+43+195=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 195 (76.56% from 255 or 55.40% from 352); Max value from RGB is 195 - color contains mainly: blue. Hex color #722BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BC3 is #8DD43C. Grayscale: #515151. Windows color (decimal): -9294909 or 12790642. OLE color: 12790642.
HSL color Cylindrical-coordinate representation of color #722BC3: hue angle of 268.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722BC3 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 43 | 195 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.24 |
| HSL | 268.03º | 0.64% | 0.47% | - |
| HSV(B) | 268.03º | 0.78% | 0.76% | - |
| XYZ | 17.65 | 9.25 | 52.48 | - |
| YUV | 81.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 195 | 0.42 | 0.78 | 0 | 0.24 | 268.03 | 0.64 | 0.47 |
| Hex | 72 | 2B | C3 | 2A | 4E | 0 | 18 | 10C | 40 | 2F |
| Octal | 162 | 53 | 303 | 52 | 116 | 0 | 30 | 414 | 100 | 57 |
| Binary | 1110010 | 101011 | 11000011 | 101010 | 1001110 | 0 | 11000 | 100001100 | 1000000 | 101111 |
Color Harmonies of #722BC3
Complementary color
Monochromatic Colors of #722BC3
Black with #722BC3
Text Example
Text Example
White with #722BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BC3; }
p { color: rgb(114,43,195); }
H1.HeaderClassName
{
color: #722BC3;
}
.AnyTagClassName
{
color: #722BC3;
}
</style>
background-color css
<style>
a { background-color: #722BC3; }
a { background-color: rgb(114,43,195); }
div.DivClassName
{
background-color: #722BC3;
}
.BgClassName
{
background-color: #722BC3;
}
</style>
border-color css
<style>
span { border-color: #722BC3; }
span { border-color: rgb(114,43,195); }
td.TdClassName
{
border-color: #722BC3;
}
.TagClassName
{
border-color: #722BC3;
}
</style>