Shades of Purple Heart #7434BD
Tints of Purple Heart #7434BD
RGB
CMYK
RGB Variations
Color information
#7434BD (or 0x7434BD) is known color: Purple Heart. HEX triplet: 74, 34 and BD. RGB value is (116,52,189). Sum of RGB (Red+Green+Blue) = 116+52+189=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #7434BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BD is #8BCB42. Grayscale: #565656. Windows color (decimal): -9161539 or 12399732. OLE color: 12399732.
HSL color Cylindrical-coordinate representation of color #7434BD: hue angle of 268.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7434BD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 52 | 189 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.26 |
| HSL | 268.03º | 0.57% | 0.47% | - |
| HSV(B) | 268.03º | 0.72% | 0.74% | - |
| XYZ | 17.62 | 9.84 | 49.12 | - |
| YUV | 86.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 189 | 0.39 | 0.72 | 0 | 0.26 | 268.03 | 0.57 | 0.47 |
| Hex | 74 | 34 | BD | 27 | 48 | 0 | 1A | 10C | 39 | 2F |
| Octal | 164 | 64 | 275 | 47 | 110 | 0 | 32 | 414 | 71 | 57 |
| Binary | 1110100 | 110100 | 10111101 | 100111 | 1001000 | 0 | 11010 | 100001100 | 111001 | 101111 |
Color Harmonies of #7434BD
Complementary color
Monochromatic Colors of #7434BD
Black with #7434BD
Text Example
Text Example
White with #7434BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434BD; }
p { color: rgb(116,52,189); }
H1.HeaderClassName
{
color: #7434BD;
}
.AnyTagClassName
{
color: #7434BD;
}
</style>
background-color css
<style>
a { background-color: #7434BD; }
a { background-color: rgb(116,52,189); }
div.DivClassName
{
background-color: #7434BD;
}
.BgClassName
{
background-color: #7434BD;
}
</style>
border-color css
<style>
span { border-color: #7434BD; }
span { border-color: rgb(116,52,189); }
td.TdClassName
{
border-color: #7434BD;
}
.TagClassName
{
border-color: #7434BD;
}
</style>