Shades of Purple Heart #7415C3
Tints of Purple Heart #7415C3
RGB
CMYK
RGB Variations
Color information
#7415C3 (or 0x7415C3) is known color: Purple Heart. HEX triplet: 74, 15 and C3. RGB value is (116,21,195). Sum of RGB (Red+Green+Blue) = 116+21+195=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 195 (76.56% from 255 or 58.73% from 332); Max value from RGB is 195 - color contains mainly: blue. Hex color #7415C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415C3 is #8BEA3C. Grayscale: #444444. Windows color (decimal): -9169469 or 12785012. OLE color: 12785012.
HSL color Cylindrical-coordinate representation of color #7415C3: hue angle of 272.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7415C3 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 21 | 195 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.24 |
| HSL | 272.76º | 0.81% | 0.42% | - |
| HSV(B) | 272.76º | 0.89% | 0.76% | - |
| XYZ | 17.32 | 8.19 | 52.3 | - |
| YUV | 69.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 195 | 0.41 | 0.89 | 0 | 0.24 | 272.76 | 0.81 | 0.42 |
| Hex | 74 | 15 | C3 | 29 | 59 | 0 | 18 | 111 | 51 | 2A |
| Octal | 164 | 25 | 303 | 51 | 131 | 0 | 30 | 421 | 121 | 52 |
| Binary | 1110100 | 10101 | 11000011 | 101001 | 1011001 | 0 | 11000 | 100010001 | 1010001 | 101010 |
Color Harmonies of #7415C3
Complementary color
Monochromatic Colors of #7415C3
Black with #7415C3
Text Example
Text Example
White with #7415C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7415C3; }
p { color: rgb(116,21,195); }
H1.HeaderClassName
{
color: #7415C3;
}
.AnyTagClassName
{
color: #7415C3;
}
</style>
background-color css
<style>
a { background-color: #7415C3; }
a { background-color: rgb(116,21,195); }
div.DivClassName
{
background-color: #7415C3;
}
.BgClassName
{
background-color: #7415C3;
}
</style>
border-color css
<style>
span { border-color: #7415C3; }
span { border-color: rgb(116,21,195); }
td.TdClassName
{
border-color: #7415C3;
}
.TagClassName
{
border-color: #7415C3;
}
</style>