Shades of Purple Heart #7341BC
Tints of Purple Heart #7341BC
RGB
CMYK
RGB Variations
Color information
#7341BC (or 0x7341BC) is known color: Purple Heart. HEX triplet: 73, 41 and BC. RGB value is (115,65,188). Sum of RGB (Red+Green+Blue) = 115+65+188=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #7341BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BC is #8CBE43. Grayscale: #5D5D5D. Windows color (decimal): -9223748 or 12337523. OLE color: 12337523.
HSL color Cylindrical-coordinate representation of color #7341BC: hue angle of 264.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7341BC is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 65 | 188 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.26 |
| HSL | 264.39º | 0.49% | 0.5% | - |
| HSV(B) | 264.39º | 0.65% | 0.74% | - |
| XYZ | 18.04 | 11.06 | 48.76 | - |
| YUV | 93.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 188 | 0.39 | 0.65 | 0 | 0.26 | 264.39 | 0.49 | 0.5 |
| Hex | 73 | 41 | BC | 27 | 41 | 0 | 1A | 108 | 31 | 32 |
| Octal | 163 | 101 | 274 | 47 | 101 | 0 | 32 | 410 | 61 | 62 |
| Binary | 1110011 | 1000001 | 10111100 | 100111 | 1000001 | 0 | 11010 | 100001000 | 110001 | 110010 |
Color Harmonies of #7341BC
Complementary color
Monochromatic Colors of #7341BC
Black with #7341BC
Text Example
Text Example
White with #7341BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341BC; }
p { color: rgb(115,65,188); }
H1.HeaderClassName
{
color: #7341BC;
}
.AnyTagClassName
{
color: #7341BC;
}
</style>
background-color css
<style>
a { background-color: #7341BC; }
a { background-color: rgb(115,65,188); }
div.DivClassName
{
background-color: #7341BC;
}
.BgClassName
{
background-color: #7341BC;
}
</style>
border-color css
<style>
span { border-color: #7341BC; }
span { border-color: rgb(115,65,188); }
td.TdClassName
{
border-color: #7341BC;
}
.TagClassName
{
border-color: #7341BC;
}
</style>