Shades of Purple Heart #7434D1
Tints of Purple Heart #7434D1
RGB
CMYK
RGB Variations
Color information
#7434D1 (or 0x7434D1) is known color: Purple Heart. HEX triplet: 74, 34 and D1. RGB value is (116,52,209). Sum of RGB (Red+Green+Blue) = 116+52+209=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #7434D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434D1 is #8BCB2E. Grayscale: #585858. Windows color (decimal): -9161519 or 13710452. OLE color: 13710452.
HSL color Cylindrical-coordinate representation of color #7434D1: hue angle of 264.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7434D1 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 52 | 209 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.18 |
| HSL | 264.46º | 0.63% | 0.51% | - |
| HSV(B) | 264.46º | 0.75% | 0.82% | - |
| XYZ | 19.94 | 10.77 | 61.35 | - |
| YUV | 89.03 | 195.7 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 209 | 0.44 | 0.75 | 0 | 0.18 | 264.46 | 0.63 | 0.51 |
| Hex | 74 | 34 | D1 | 2C | 4B | 0 | 12 | 108 | 3F | 33 |
| Octal | 164 | 64 | 321 | 54 | 113 | 0 | 22 | 410 | 77 | 63 |
| Binary | 1110100 | 110100 | 11010001 | 101100 | 1001011 | 0 | 10010 | 100001000 | 111111 | 110011 |
Color Harmonies of #7434D1
Complementary color
Monochromatic Colors of #7434D1
Black with #7434D1
Text Example
Text Example
White with #7434D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434D1; }
p { color: rgb(116,52,209); }
H1.HeaderClassName
{
color: #7434D1;
}
.AnyTagClassName
{
color: #7434D1;
}
</style>
background-color css
<style>
a { background-color: #7434D1; }
a { background-color: rgb(116,52,209); }
div.DivClassName
{
background-color: #7434D1;
}
.BgClassName
{
background-color: #7434D1;
}
</style>
border-color css
<style>
span { border-color: #7434D1; }
span { border-color: rgb(116,52,209); }
td.TdClassName
{
border-color: #7434D1;
}
.TagClassName
{
border-color: #7434D1;
}
</style>