Shades of Purple Heart #7530BB
Tints of Purple Heart #7530BB
RGB
CMYK
RGB Variations
Color information
#7530BB (or 0x7530BB) is known color: Purple Heart. HEX triplet: 75, 30 and BB. RGB value is (117,48,187). Sum of RGB (Red+Green+Blue) = 117+48+187=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #7530BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530BB is #8ACF44. Grayscale: #535353. Windows color (decimal): -9097029 or 12267637. OLE color: 12267637.
HSL color Cylindrical-coordinate representation of color #7530BB: hue angle of 269.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7530BB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 48 | 187 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.27 |
| HSL | 269.78º | 0.59% | 0.46% | - |
| HSV(B) | 269.78º | 0.74% | 0.73% | - |
| XYZ | 17.36 | 9.48 | 47.93 | - |
| YUV | 84.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 187 | 0.37 | 0.74 | 0 | 0.27 | 269.78 | 0.59 | 0.46 |
| Hex | 75 | 30 | BB | 25 | 4A | 0 | 1B | 10E | 3B | 2E |
| Octal | 165 | 60 | 273 | 45 | 112 | 0 | 33 | 416 | 73 | 56 |
| Binary | 1110101 | 110000 | 10111011 | 100101 | 1001010 | 0 | 11011 | 100001110 | 111011 | 101110 |
Color Harmonies of #7530BB
Complementary color
Monochromatic Colors of #7530BB
Black with #7530BB
Text Example
Text Example
White with #7530BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530BB; }
p { color: rgb(117,48,187); }
H1.HeaderClassName
{
color: #7530BB;
}
.AnyTagClassName
{
color: #7530BB;
}
</style>
background-color css
<style>
a { background-color: #7530BB; }
a { background-color: rgb(117,48,187); }
div.DivClassName
{
background-color: #7530BB;
}
.BgClassName
{
background-color: #7530BB;
}
</style>
border-color css
<style>
span { border-color: #7530BB; }
span { border-color: rgb(117,48,187); }
td.TdClassName
{
border-color: #7530BB;
}
.TagClassName
{
border-color: #7530BB;
}
</style>