Shades of Purple Heart #7434BF
Tints of Purple Heart #7434BF
RGB
CMYK
RGB Variations
Color information
#7434BF (or 0x7434BF) is known color: Purple Heart. HEX triplet: 74, 34 and BF. RGB value is (116,52,191). Sum of RGB (Red+Green+Blue) = 116+52+191=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #7434BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BF is #8BCB40. Grayscale: #565656. Windows color (decimal): -9161537 or 12530804. OLE color: 12530804.
HSL color Cylindrical-coordinate representation of color #7434BF: hue angle of 267.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7434BF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 52 | 191 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.25 |
| HSL | 267.63º | 0.57% | 0.48% | - |
| HSV(B) | 267.63º | 0.73% | 0.75% | - |
| XYZ | 17.83 | 9.93 | 50.27 | - |
| YUV | 86.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 191 | 0.39 | 0.73 | 0 | 0.25 | 267.63 | 0.57 | 0.48 |
| Hex | 74 | 34 | BF | 27 | 49 | 0 | 19 | 10C | 39 | 30 |
| Octal | 164 | 64 | 277 | 47 | 111 | 0 | 31 | 414 | 71 | 60 |
| Binary | 1110100 | 110100 | 10111111 | 100111 | 1001001 | 0 | 11001 | 100001100 | 111001 | 110000 |
Color Harmonies of #7434BF
Complementary color
Monochromatic Colors of #7434BF
Black with #7434BF
Text Example
Text Example
White with #7434BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434BF; }
p { color: rgb(116,52,191); }
H1.HeaderClassName
{
color: #7434BF;
}
.AnyTagClassName
{
color: #7434BF;
}
</style>
background-color css
<style>
a { background-color: #7434BF; }
a { background-color: rgb(116,52,191); }
div.DivClassName
{
background-color: #7434BF;
}
.BgClassName
{
background-color: #7434BF;
}
</style>
border-color css
<style>
span { border-color: #7434BF; }
span { border-color: rgb(116,52,191); }
td.TdClassName
{
border-color: #7434BF;
}
.TagClassName
{
border-color: #7434BF;
}
</style>