Shades of Purple Heart #7228CC
Tints of Purple Heart #7228CC
RGB
CMYK
RGB Variations
Color information
#7228CC (or 0x7228CC) is known color: Purple Heart. HEX triplet: 72, 28 and CC. RGB value is (114,40,204). Sum of RGB (Red+Green+Blue) = 114+40+204=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7228CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228CC is #8DD733. Grayscale: #505050. Windows color (decimal): -9295668 or 13379698. OLE color: 13379698.
HSL color Cylindrical-coordinate representation of color #7228CC: hue angle of 267.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7228CC is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 40 | 204 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.2 |
| HSL | 267.07º | 0.67% | 0.48% | - |
| HSV(B) | 267.07º | 0.8% | 0.8% | - |
| XYZ | 18.6 | 9.45 | 57.97 | - |
| YUV | 80.82 | 197.52 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 204 | 0.44 | 0.80 | 0 | 0.2 | 267.07 | 0.67 | 0.48 |
| Hex | 72 | 28 | CC | 2C | 50 | 0 | 14 | 10B | 43 | 30 |
| Octal | 162 | 50 | 314 | 54 | 120 | 0 | 24 | 413 | 103 | 60 |
| Binary | 1110010 | 101000 | 11001100 | 101100 | 1010000 | 0 | 10100 | 100001011 | 1000011 | 110000 |
Color Harmonies of #7228CC
Complementary color
Monochromatic Colors of #7228CC
Black with #7228CC
Text Example
Text Example
White with #7228CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7228CC; }
p { color: rgb(114,40,204); }
H1.HeaderClassName
{
color: #7228CC;
}
.AnyTagClassName
{
color: #7228CC;
}
</style>
background-color css
<style>
a { background-color: #7228CC; }
a { background-color: rgb(114,40,204); }
div.DivClassName
{
background-color: #7228CC;
}
.BgClassName
{
background-color: #7228CC;
}
</style>
border-color css
<style>
span { border-color: #7228CC; }
span { border-color: rgb(114,40,204); }
td.TdClassName
{
border-color: #7228CC;
}
.TagClassName
{
border-color: #7228CC;
}
</style>