Shades of Purple Heart #7513BB
Tints of Purple Heart #7513BB
RGB
CMYK
RGB Variations
Color information
#7513BB (or 0x7513BB) is known color: Purple Heart. HEX triplet: 75, 13 and BB. RGB value is (117,19,187). Sum of RGB (Red+Green+Blue) = 117+19+187=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7513BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513BB is #8AEC44. Grayscale: #424242. Windows color (decimal): -9104453 or 12260213. OLE color: 12260213.
HSL color Cylindrical-coordinate representation of color #7513BB: hue angle of 275º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7513BB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 19 | 187 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.27 |
| HSL | 275º | 0.82% | 0.4% | - |
| HSV(B) | 275º | 0.9% | 0.73% | - |
| XYZ | 16.54 | 7.84 | 47.65 | - |
| YUV | 67.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 187 | 0.37 | 0.90 | 0 | 0.27 | 275 | 0.82 | 0.4 |
| Hex | 75 | 13 | BB | 25 | 5A | 0 | 1B | 113 | 52 | 28 |
| Octal | 165 | 23 | 273 | 45 | 132 | 0 | 33 | 423 | 122 | 50 |
| Binary | 1110101 | 10011 | 10111011 | 100101 | 1011010 | 0 | 11011 | 100010011 | 1010010 | 101000 |
Color Harmonies of #7513BB
Complementary color
Monochromatic Colors of #7513BB
Black with #7513BB
Text Example
Text Example
White with #7513BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513BB; }
p { color: rgb(117,19,187); }
H1.HeaderClassName
{
color: #7513BB;
}
.AnyTagClassName
{
color: #7513BB;
}
</style>
background-color css
<style>
a { background-color: #7513BB; }
a { background-color: rgb(117,19,187); }
div.DivClassName
{
background-color: #7513BB;
}
.BgClassName
{
background-color: #7513BB;
}
</style>
border-color css
<style>
span { border-color: #7513BB; }
span { border-color: rgb(117,19,187); }
td.TdClassName
{
border-color: #7513BB;
}
.TagClassName
{
border-color: #7513BB;
}
</style>