Shades of Purple Heart #722BC4
Tints of Purple Heart #722BC4
RGB
CMYK
RGB Variations
Color information
#722BC4 (or 0x722BC4) is known color: Purple Heart. HEX triplet: 72, 2B and C4. RGB value is (114,43,196). Sum of RGB (Red+Green+Blue) = 114+43+196=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #722BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BC4 is #8DD43B. Grayscale: #515151. Windows color (decimal): -9294908 or 12856178. OLE color: 12856178.
HSL color Cylindrical-coordinate representation of color #722BC4: hue angle of 267.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722BC4 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 43 | 196 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.23 |
| HSL | 267.84º | 0.64% | 0.47% | - |
| HSV(B) | 267.84º | 0.78% | 0.77% | - |
| XYZ | 17.77 | 9.29 | 53.08 | - |
| YUV | 81.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 196 | 0.42 | 0.78 | 0 | 0.23 | 267.84 | 0.64 | 0.47 |
| Hex | 72 | 2B | C4 | 2A | 4E | 0 | 17 | 10C | 40 | 2F |
| Octal | 162 | 53 | 304 | 52 | 116 | 0 | 27 | 414 | 100 | 57 |
| Binary | 1110010 | 101011 | 11000100 | 101010 | 1001110 | 0 | 10111 | 100001100 | 1000000 | 101111 |
Color Harmonies of #722BC4
Complementary color
Monochromatic Colors of #722BC4
Black with #722BC4
Text Example
Text Example
White with #722BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BC4; }
p { color: rgb(114,43,196); }
H1.HeaderClassName
{
color: #722BC4;
}
.AnyTagClassName
{
color: #722BC4;
}
</style>
background-color css
<style>
a { background-color: #722BC4; }
a { background-color: rgb(114,43,196); }
div.DivClassName
{
background-color: #722BC4;
}
.BgClassName
{
background-color: #722BC4;
}
</style>
border-color css
<style>
span { border-color: #722BC4; }
span { border-color: rgb(114,43,196); }
td.TdClassName
{
border-color: #722BC4;
}
.TagClassName
{
border-color: #722BC4;
}
</style>