Shades of Purple Heart #7342BB
Tints of Purple Heart #7342BB
RGB
CMYK
RGB Variations
Color information
#7342BB (or 0x7342BB) is known color: Purple Heart. HEX triplet: 73, 42 and BB. RGB value is (115,66,187). Sum of RGB (Red+Green+Blue) = 115+66+187=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #7342BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342BB is #8CBD44. Grayscale: #5E5E5E. Windows color (decimal): -9223493 or 12272243. OLE color: 12272243.
HSL color Cylindrical-coordinate representation of color #7342BB: hue angle of 264.3º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7342BB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 66 | 187 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.27 |
| HSL | 264.3º | 0.48% | 0.5% | - |
| HSV(B) | 264.3º | 0.65% | 0.73% | - |
| XYZ | 17.99 | 11.13 | 48.21 | - |
| YUV | 94.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 187 | 0.39 | 0.65 | 0 | 0.27 | 264.3 | 0.48 | 0.5 |
| Hex | 73 | 42 | BB | 27 | 41 | 0 | 1B | 108 | 30 | 32 |
| Octal | 163 | 102 | 273 | 47 | 101 | 0 | 33 | 410 | 60 | 62 |
| Binary | 1110011 | 1000010 | 10111011 | 100111 | 1000001 | 0 | 11011 | 100001000 | 110000 | 110010 |
Color Harmonies of #7342BB
Complementary color
Monochromatic Colors of #7342BB
Black with #7342BB
Text Example
Text Example
White with #7342BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342BB; }
p { color: rgb(115,66,187); }
H1.HeaderClassName
{
color: #7342BB;
}
.AnyTagClassName
{
color: #7342BB;
}
</style>
background-color css
<style>
a { background-color: #7342BB; }
a { background-color: rgb(115,66,187); }
div.DivClassName
{
background-color: #7342BB;
}
.BgClassName
{
background-color: #7342BB;
}
</style>
border-color css
<style>
span { border-color: #7342BB; }
span { border-color: rgb(115,66,187); }
td.TdClassName
{
border-color: #7342BB;
}
.TagClassName
{
border-color: #7342BB;
}
</style>