Shades of Purple Heart #7434D7
Tints of Purple Heart #7434D7
RGB
CMYK
RGB Variations
Color information
#7434D7 (or 0x7434D7) is known color: Purple Heart. HEX triplet: 74, 34 and D7. RGB value is (116,52,215). Sum of RGB (Red+Green+Blue) = 116+52+215=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #7434D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434D7 is #8BCB28. Grayscale: #595959. Windows color (decimal): -9161513 or 14103668. OLE color: 14103668.
HSL color Cylindrical-coordinate representation of color #7434D7: hue angle of 263.56º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7434D7 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 52 | 215 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.16 |
| HSL | 263.56º | 0.67% | 0.52% | - |
| HSV(B) | 263.56º | 0.76% | 0.84% | - |
| XYZ | 20.7 | 11.08 | 65.34 | - |
| YUV | 89.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 215 | 0.46 | 0.76 | 0 | 0.16 | 263.56 | 0.67 | 0.52 |
| Hex | 74 | 34 | D7 | 2E | 4C | 0 | 10 | 108 | 43 | 34 |
| Octal | 164 | 64 | 327 | 56 | 114 | 0 | 20 | 410 | 103 | 64 |
| Binary | 1110100 | 110100 | 11010111 | 101110 | 1001100 | 0 | 10000 | 100001000 | 1000011 | 110100 |
Color Harmonies of #7434D7
Complementary color
Monochromatic Colors of #7434D7
Black with #7434D7
Text Example
Text Example
White with #7434D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434D7; }
p { color: rgb(116,52,215); }
H1.HeaderClassName
{
color: #7434D7;
}
.AnyTagClassName
{
color: #7434D7;
}
</style>
background-color css
<style>
a { background-color: #7434D7; }
a { background-color: rgb(116,52,215); }
div.DivClassName
{
background-color: #7434D7;
}
.BgClassName
{
background-color: #7434D7;
}
</style>
border-color css
<style>
span { border-color: #7434D7; }
span { border-color: rgb(116,52,215); }
td.TdClassName
{
border-color: #7434D7;
}
.TagClassName
{
border-color: #7434D7;
}
</style>