Shades of Purple Heart #7436D4
Tints of Purple Heart #7436D4
RGB
CMYK
RGB Variations
Color information
#7436D4 (or 0x7436D4) is known color: Purple Heart. HEX triplet: 74, 36 and D4. RGB value is (116,54,212). Sum of RGB (Red+Green+Blue) = 116+54+212=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #7436D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436D4 is #8BC92B. Grayscale: #595959. Windows color (decimal): -9161004 or 13907572. OLE color: 13907572.
HSL color Cylindrical-coordinate representation of color #7436D4: hue angle of 263.54º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7436D4 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 54 | 212 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.17 |
| HSL | 263.54º | 0.65% | 0.52% | - |
| HSV(B) | 263.54º | 0.75% | 0.83% | - |
| XYZ | 20.41 | 11.1 | 63.36 | - |
| YUV | 90.55 | 196.54 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 212 | 0.45 | 0.75 | 0 | 0.17 | 263.54 | 0.65 | 0.52 |
| Hex | 74 | 36 | D4 | 2D | 4B | 0 | 11 | 108 | 41 | 34 |
| Octal | 164 | 66 | 324 | 55 | 113 | 0 | 21 | 410 | 101 | 64 |
| Binary | 1110100 | 110110 | 11010100 | 101101 | 1001011 | 0 | 10001 | 100001000 | 1000001 | 110100 |
Color Harmonies of #7436D4
Complementary color
Monochromatic Colors of #7436D4
Black with #7436D4
Text Example
Text Example
White with #7436D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436D4; }
p { color: rgb(116,54,212); }
H1.HeaderClassName
{
color: #7436D4;
}
.AnyTagClassName
{
color: #7436D4;
}
</style>
background-color css
<style>
a { background-color: #7436D4; }
a { background-color: rgb(116,54,212); }
div.DivClassName
{
background-color: #7436D4;
}
.BgClassName
{
background-color: #7436D4;
}
</style>
border-color css
<style>
span { border-color: #7436D4; }
span { border-color: rgb(116,54,212); }
td.TdClassName
{
border-color: #7436D4;
}
.TagClassName
{
border-color: #7436D4;
}
</style>