Shades of Purple Heart #7420D2
Tints of Purple Heart #7420D2
RGB
CMYK
RGB Variations
Color information
#7420D2 (or 0x7420D2) is known color: Purple Heart. HEX triplet: 74, 20 and D2. RGB value is (116,32,210). Sum of RGB (Red+Green+Blue) = 116+32+210=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #7420D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420D2 is #8BDF2D. Grayscale: #4C4C4C. Windows color (decimal): -9166638 or 13770868. OLE color: 13770868.
HSL color Cylindrical-coordinate representation of color #7420D2: hue angle of 268.31º degrees, saturation: 0.74, 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 #7420D2 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 32 | 210 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.18 |
| HSL | 268.31º | 0.74% | 0.47% | - |
| HSV(B) | 268.31º | 0.85% | 0.82% | - |
| XYZ | 19.35 | 9.4 | 61.77 | - |
| YUV | 77.41 | 202.83 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 210 | 0.45 | 0.85 | 0 | 0.18 | 268.31 | 0.74 | 0.47 |
| Hex | 74 | 20 | D2 | 2D | 55 | 0 | 12 | 10C | 4A | 2F |
| Octal | 164 | 40 | 322 | 55 | 125 | 0 | 22 | 414 | 112 | 57 |
| Binary | 1110100 | 100000 | 11010010 | 101101 | 1010101 | 0 | 10010 | 100001100 | 1001010 | 101111 |
Color Harmonies of #7420D2
Complementary color
Monochromatic Colors of #7420D2
Black with #7420D2
Text Example
Text Example
White with #7420D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7420D2; }
p { color: rgb(116,32,210); }
H1.HeaderClassName
{
color: #7420D2;
}
.AnyTagClassName
{
color: #7420D2;
}
</style>
background-color css
<style>
a { background-color: #7420D2; }
a { background-color: rgb(116,32,210); }
div.DivClassName
{
background-color: #7420D2;
}
.BgClassName
{
background-color: #7420D2;
}
</style>
border-color css
<style>
span { border-color: #7420D2; }
span { border-color: rgb(116,32,210); }
td.TdClassName
{
border-color: #7420D2;
}
.TagClassName
{
border-color: #7420D2;
}
</style>