Shades of Purple Heart #7415CC
Tints of Purple Heart #7415CC
RGB
CMYK
RGB Variations
Color information
#7415CC (or 0x7415CC) is known color: Purple Heart. HEX triplet: 74, 15 and CC. RGB value is (116,21,204). Sum of RGB (Red+Green+Blue) = 116+21+204=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #7415CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415CC is #8BEA33. Grayscale: #454545. Windows color (decimal): -9169460 or 13374836. OLE color: 13374836.
HSL color Cylindrical-coordinate representation of color #7415CC: hue angle of 271.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7415CC is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 21 | 204 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.2 |
| HSL | 271.15º | 0.81% | 0.44% | - |
| HSV(B) | 271.15º | 0.9% | 0.8% | - |
| XYZ | 18.37 | 8.61 | 57.82 | - |
| YUV | 70.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 204 | 0.43 | 0.90 | 0 | 0.2 | 271.15 | 0.81 | 0.44 |
| Hex | 74 | 15 | CC | 2B | 5A | 0 | 14 | 10F | 51 | 2C |
| Octal | 164 | 25 | 314 | 53 | 132 | 0 | 24 | 417 | 121 | 54 |
| Binary | 1110100 | 10101 | 11001100 | 101011 | 1011010 | 0 | 10100 | 100001111 | 1010001 | 101100 |
Color Harmonies of #7415CC
Complementary color
Monochromatic Colors of #7415CC
Black with #7415CC
Text Example
Text Example
White with #7415CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7415CC; }
p { color: rgb(116,21,204); }
H1.HeaderClassName
{
color: #7415CC;
}
.AnyTagClassName
{
color: #7415CC;
}
</style>
background-color css
<style>
a { background-color: #7415CC; }
a { background-color: rgb(116,21,204); }
div.DivClassName
{
background-color: #7415CC;
}
.BgClassName
{
background-color: #7415CC;
}
</style>
border-color css
<style>
span { border-color: #7415CC; }
span { border-color: rgb(116,21,204); }
td.TdClassName
{
border-color: #7415CC;
}
.TagClassName
{
border-color: #7415CC;
}
</style>