Shades of Purple Heart #7228D5
Tints of Purple Heart #7228D5
RGB
CMYK
RGB Variations
Color information
#7228D5 (or 0x7228D5) is known color: Purple Heart. HEX triplet: 72, 28 and D5. RGB value is (114,40,213). Sum of RGB (Red+Green+Blue) = 114+40+213=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #7228D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228D5 is #8DD72A. Grayscale: #515151. Windows color (decimal): -9295659 or 13969522. OLE color: 13969522.
HSL color Cylindrical-coordinate representation of color #7228D5: hue angle of 265.66º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7228D5 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 40 | 213 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.16 |
| HSL | 265.66º | 0.68% | 0.5% | - |
| HSV(B) | 265.66º | 0.81% | 0.84% | - |
| XYZ | 19.71 | 9.9 | 63.82 | - |
| YUV | 81.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 213 | 0.46 | 0.81 | 0 | 0.16 | 265.66 | 0.68 | 0.5 |
| Hex | 72 | 28 | D5 | 2E | 51 | 0 | 10 | 10A | 44 | 32 |
| Octal | 162 | 50 | 325 | 56 | 121 | 0 | 20 | 412 | 104 | 62 |
| Binary | 1110010 | 101000 | 11010101 | 101110 | 1010001 | 0 | 10000 | 100001010 | 1000100 | 110010 |
Color Harmonies of #7228D5
Complementary color
Monochromatic Colors of #7228D5
Black with #7228D5
Text Example
Text Example
White with #7228D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7228D5; }
p { color: rgb(114,40,213); }
H1.HeaderClassName
{
color: #7228D5;
}
.AnyTagClassName
{
color: #7228D5;
}
</style>
background-color css
<style>
a { background-color: #7228D5; }
a { background-color: rgb(114,40,213); }
div.DivClassName
{
background-color: #7228D5;
}
.BgClassName
{
background-color: #7228D5;
}
</style>
border-color css
<style>
span { border-color: #7228D5; }
span { border-color: rgb(114,40,213); }
td.TdClassName
{
border-color: #7228D5;
}
.TagClassName
{
border-color: #7228D5;
}
</style>