Shades of Purple Heart #7340BF
Tints of Purple Heart #7340BF
RGB
CMYK
RGB Variations
Color information
#7340BF (or 0x7340BF) is known color: Purple Heart. HEX triplet: 73, 40 and BF. RGB value is (115,64,191). Sum of RGB (Red+Green+Blue) = 115+64+191=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #7340BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340BF is #8CBF40. Grayscale: #5D5D5D. Windows color (decimal): -9224001 or 12533875. OLE color: 12533875.
HSL color Cylindrical-coordinate representation of color #7340BF: hue angle of 264.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7340BF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 64 | 191 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.25 |
| HSL | 264.09º | 0.5% | 0.5% | - |
| HSV(B) | 264.09º | 0.66% | 0.75% | - |
| XYZ | 18.31 | 11.07 | 50.46 | - |
| YUV | 93.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 191 | 0.40 | 0.66 | 0 | 0.25 | 264.09 | 0.5 | 0.5 |
| Hex | 73 | 40 | BF | 28 | 42 | 0 | 19 | 108 | 32 | 32 |
| Octal | 163 | 100 | 277 | 50 | 102 | 0 | 31 | 410 | 62 | 62 |
| Binary | 1110011 | 1000000 | 10111111 | 101000 | 1000010 | 0 | 11001 | 100001000 | 110010 | 110010 |
Color Harmonies of #7340BF
Complementary color
Monochromatic Colors of #7340BF
Black with #7340BF
Text Example
Text Example
White with #7340BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340BF; }
p { color: rgb(115,64,191); }
H1.HeaderClassName
{
color: #7340BF;
}
.AnyTagClassName
{
color: #7340BF;
}
</style>
background-color css
<style>
a { background-color: #7340BF; }
a { background-color: rgb(115,64,191); }
div.DivClassName
{
background-color: #7340BF;
}
.BgClassName
{
background-color: #7340BF;
}
</style>
border-color css
<style>
span { border-color: #7340BF; }
span { border-color: rgb(115,64,191); }
td.TdClassName
{
border-color: #7340BF;
}
.TagClassName
{
border-color: #7340BF;
}
</style>