Shades of Purple Heart #7420C1
Tints of Purple Heart #7420C1
RGB
CMYK
RGB Variations
Color information
#7420C1 (or 0x7420C1) is known color: Purple Heart. HEX triplet: 74, 20 and C1. RGB value is (116,32,193). Sum of RGB (Red+Green+Blue) = 116+32+193=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #7420C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420C1 is #8BDF3E. Grayscale: #4A4A4A. Windows color (decimal): -9166655 or 12656756. OLE color: 12656756.
HSL color Cylindrical-coordinate representation of color #7420C1: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7420C1 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 32 | 193 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.24 |
| HSL | 271.3º | 0.72% | 0.44% | - |
| HSV(B) | 271.3º | 0.83% | 0.76% | - |
| XYZ | 17.34 | 8.6 | 51.2 | - |
| YUV | 75.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 193 | 0.40 | 0.83 | 0 | 0.24 | 271.3 | 0.72 | 0.44 |
| Hex | 74 | 20 | C1 | 28 | 53 | 0 | 18 | 10F | 48 | 2C |
| Octal | 164 | 40 | 301 | 50 | 123 | 0 | 30 | 417 | 110 | 54 |
| Binary | 1110100 | 100000 | 11000001 | 101000 | 1010011 | 0 | 11000 | 100001111 | 1001000 | 101100 |
Color Harmonies of #7420C1
Complementary color
Monochromatic Colors of #7420C1
Black with #7420C1
Text Example
Text Example
White with #7420C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7420C1; }
p { color: rgb(116,32,193); }
H1.HeaderClassName
{
color: #7420C1;
}
.AnyTagClassName
{
color: #7420C1;
}
</style>
background-color css
<style>
a { background-color: #7420C1; }
a { background-color: rgb(116,32,193); }
div.DivClassName
{
background-color: #7420C1;
}
.BgClassName
{
background-color: #7420C1;
}
</style>
border-color css
<style>
span { border-color: #7420C1; }
span { border-color: rgb(116,32,193); }
td.TdClassName
{
border-color: #7420C1;
}
.TagClassName
{
border-color: #7420C1;
}
</style>