Shades of Purple Heart #7341BF
Tints of Purple Heart #7341BF
RGB
CMYK
RGB Variations
Color information
#7341BF (or 0x7341BF) is known color: Purple Heart. HEX triplet: 73, 41 and BF. RGB value is (115,65,191). Sum of RGB (Red+Green+Blue) = 115+65+191=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #7341BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BF is #8CBE40. Grayscale: #5D5D5D. Windows color (decimal): -9223745 or 12534131. OLE color: 12534131.
HSL color Cylindrical-coordinate representation of color #7341BF: hue angle of 263.81º 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 #7341BF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 65 | 191 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.25 |
| HSL | 263.81º | 0.5% | 0.5% | - |
| HSV(B) | 263.81º | 0.66% | 0.75% | - |
| XYZ | 18.36 | 11.19 | 50.48 | - |
| YUV | 94.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 191 | 0.40 | 0.66 | 0 | 0.25 | 263.81 | 0.5 | 0.5 |
| Hex | 73 | 41 | BF | 28 | 42 | 0 | 19 | 108 | 32 | 32 |
| Octal | 163 | 101 | 277 | 50 | 102 | 0 | 31 | 410 | 62 | 62 |
| Binary | 1110011 | 1000001 | 10111111 | 101000 | 1000010 | 0 | 11001 | 100001000 | 110010 | 110010 |
Color Harmonies of #7341BF
Complementary color
Monochromatic Colors of #7341BF
Black with #7341BF
Text Example
Text Example
White with #7341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341BF; }
p { color: rgb(115,65,191); }
H1.HeaderClassName
{
color: #7341BF;
}
.AnyTagClassName
{
color: #7341BF;
}
</style>
background-color css
<style>
a { background-color: #7341BF; }
a { background-color: rgb(115,65,191); }
div.DivClassName
{
background-color: #7341BF;
}
.BgClassName
{
background-color: #7341BF;
}
</style>
border-color css
<style>
span { border-color: #7341BF; }
span { border-color: rgb(115,65,191); }
td.TdClassName
{
border-color: #7341BF;
}
.TagClassName
{
border-color: #7341BF;
}
</style>