Shades of Purple Heart #7428CC
Tints of Purple Heart #7428CC
RGB
CMYK
RGB Variations
Color information
#7428CC (or 0x7428CC) is known color: Purple Heart. HEX triplet: 74, 28 and CC. RGB value is (116,40,204). Sum of RGB (Red+Green+Blue) = 116+40+204=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #7428CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428CC is #8BD733. Grayscale: #505050. Windows color (decimal): -9164596 or 13379700. OLE color: 13379700.
HSL color Cylindrical-coordinate representation of color #7428CC: hue angle of 267.8º 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 #7428CC is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 40 | 204 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.2 |
| HSL | 267.8º | 0.67% | 0.48% | - |
| HSV(B) | 267.8º | 0.8% | 0.8% | - |
| XYZ | 18.86 | 9.59 | 57.98 | - |
| YUV | 81.42 | 197.18 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 204 | 0.43 | 0.80 | 0 | 0.2 | 267.8 | 0.67 | 0.48 |
| Hex | 74 | 28 | CC | 2B | 50 | 0 | 14 | 10C | 43 | 30 |
| Octal | 164 | 50 | 314 | 53 | 120 | 0 | 24 | 414 | 103 | 60 |
| Binary | 1110100 | 101000 | 11001100 | 101011 | 1010000 | 0 | 10100 | 100001100 | 1000011 | 110000 |
Color Harmonies of #7428CC
Complementary color
Monochromatic Colors of #7428CC
Black with #7428CC
Text Example
Text Example
White with #7428CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428CC; }
p { color: rgb(116,40,204); }
H1.HeaderClassName
{
color: #7428CC;
}
.AnyTagClassName
{
color: #7428CC;
}
</style>
background-color css
<style>
a { background-color: #7428CC; }
a { background-color: rgb(116,40,204); }
div.DivClassName
{
background-color: #7428CC;
}
.BgClassName
{
background-color: #7428CC;
}
</style>
border-color css
<style>
span { border-color: #7428CC; }
span { border-color: rgb(116,40,204); }
td.TdClassName
{
border-color: #7428CC;
}
.TagClassName
{
border-color: #7428CC;
}
</style>