Shades of Purple Heart #7420D1
Tints of Purple Heart #7420D1
RGB
CMYK
RGB Variations
Color information
#7420D1 (or 0x7420D1) is known color: Purple Heart. HEX triplet: 74, 20 and D1. RGB value is (116,32,209). Sum of RGB (Red+Green+Blue) = 116+32+209=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #7420D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420D1 is #8BDF2E. Grayscale: #4C4C4C. Windows color (decimal): -9166639 or 13705332. OLE color: 13705332.
HSL color Cylindrical-coordinate representation of color #7420D1: hue angle of 268.47º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7420D1 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 32 | 209 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.18 |
| HSL | 268.47º | 0.73% | 0.47% | - |
| HSV(B) | 268.47º | 0.85% | 0.82% | - |
| XYZ | 19.23 | 9.35 | 61.11 | - |
| YUV | 77.29 | 202.33 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 209 | 0.44 | 0.85 | 0 | 0.18 | 268.47 | 0.73 | 0.47 |
| Hex | 74 | 20 | D1 | 2C | 55 | 0 | 12 | 10C | 49 | 2F |
| Octal | 164 | 40 | 321 | 54 | 125 | 0 | 22 | 414 | 111 | 57 |
| Binary | 1110100 | 100000 | 11010001 | 101100 | 1010101 | 0 | 10010 | 100001100 | 1001001 | 101111 |
Color Harmonies of #7420D1
Complementary color
Monochromatic Colors of #7420D1
Black with #7420D1
Text Example
Text Example
White with #7420D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7420D1; }
p { color: rgb(116,32,209); }
H1.HeaderClassName
{
color: #7420D1;
}
.AnyTagClassName
{
color: #7420D1;
}
</style>
background-color css
<style>
a { background-color: #7420D1; }
a { background-color: rgb(116,32,209); }
div.DivClassName
{
background-color: #7420D1;
}
.BgClassName
{
background-color: #7420D1;
}
</style>
border-color css
<style>
span { border-color: #7420D1; }
span { border-color: rgb(116,32,209); }
td.TdClassName
{
border-color: #7420D1;
}
.TagClassName
{
border-color: #7420D1;
}
</style>