Shades of Purple Heart #7339BB
Tints of Purple Heart #7339BB
RGB
CMYK
RGB Variations
Color information
#7339BB (or 0x7339BB) is known color: Purple Heart. HEX triplet: 73, 39 and BB. RGB value is (115,57,187). Sum of RGB (Red+Green+Blue) = 115+57+187=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #7339BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7339BB is #8CC644. Grayscale: #585858. Windows color (decimal): -9225797 or 12269939. OLE color: 12269939.
HSL color Cylindrical-coordinate representation of color #7339BB: hue angle of 266.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7339BB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 57 | 187 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.27 |
| HSL | 266.77º | 0.53% | 0.48% | - |
| HSV(B) | 266.77º | 0.7% | 0.73% | - |
| XYZ | 17.5 | 10.16 | 48.05 | - |
| YUV | 89.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 187 | 0.39 | 0.70 | 0 | 0.27 | 266.77 | 0.53 | 0.48 |
| Hex | 73 | 39 | BB | 27 | 46 | 0 | 1B | 10B | 35 | 30 |
| Octal | 163 | 71 | 273 | 47 | 106 | 0 | 33 | 413 | 65 | 60 |
| Binary | 1110011 | 111001 | 10111011 | 100111 | 1000110 | 0 | 11011 | 100001011 | 110101 | 110000 |
Color Harmonies of #7339BB
Complementary color
Monochromatic Colors of #7339BB
Black with #7339BB
Text Example
Text Example
White with #7339BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7339BB; }
p { color: rgb(115,57,187); }
H1.HeaderClassName
{
color: #7339BB;
}
.AnyTagClassName
{
color: #7339BB;
}
</style>
background-color css
<style>
a { background-color: #7339BB; }
a { background-color: rgb(115,57,187); }
div.DivClassName
{
background-color: #7339BB;
}
.BgClassName
{
background-color: #7339BB;
}
</style>
border-color css
<style>
span { border-color: #7339BB; }
span { border-color: rgb(115,57,187); }
td.TdClassName
{
border-color: #7339BB;
}
.TagClassName
{
border-color: #7339BB;
}
</style>