Shades of Purple Heart #7417D2
Tints of Purple Heart #7417D2
RGB
CMYK
RGB Variations
Color information
#7417D2 (or 0x7417D2) is known color: Purple Heart. HEX triplet: 74, 17 and D2. RGB value is (116,23,210). Sum of RGB (Red+Green+Blue) = 116+23+210=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 210 (82.42% from 255 or 60.17% from 349); Max value from RGB is 210 - color contains mainly: blue. Hex color #7417D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417D2 is #8BE82D. Grayscale: #474747. Windows color (decimal): -9168942 or 13768564. OLE color: 13768564.
HSL color Cylindrical-coordinate representation of color #7417D2: hue angle of 269.84º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7417D2 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 23 | 210 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.18 |
| HSL | 269.84º | 0.8% | 0.46% | - |
| HSV(B) | 269.84º | 0.89% | 0.82% | - |
| XYZ | 19.14 | 8.98 | 61.7 | - |
| YUV | 72.13 | 205.81 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 210 | 0.45 | 0.89 | 0 | 0.18 | 269.84 | 0.8 | 0.46 |
| Hex | 74 | 17 | D2 | 2D | 59 | 0 | 12 | 10E | 50 | 2E |
| Octal | 164 | 27 | 322 | 55 | 131 | 0 | 22 | 416 | 120 | 56 |
| Binary | 1110100 | 10111 | 11010010 | 101101 | 1011001 | 0 | 10010 | 100001110 | 1010000 | 101110 |
Color Harmonies of #7417D2
Complementary color
Monochromatic Colors of #7417D2
Black with #7417D2
Text Example
Text Example
White with #7417D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7417D2; }
p { color: rgb(116,23,210); }
H1.HeaderClassName
{
color: #7417D2;
}
.AnyTagClassName
{
color: #7417D2;
}
</style>
background-color css
<style>
a { background-color: #7417D2; }
a { background-color: rgb(116,23,210); }
div.DivClassName
{
background-color: #7417D2;
}
.BgClassName
{
background-color: #7417D2;
}
</style>
border-color css
<style>
span { border-color: #7417D2; }
span { border-color: rgb(116,23,210); }
td.TdClassName
{
border-color: #7417D2;
}
.TagClassName
{
border-color: #7417D2;
}
</style>