Shades of Purple Heart #7525BB
Tints of Purple Heart #7525BB
RGB
CMYK
RGB Variations
Color information
#7525BB (or 0x7525BB) is known color: Purple Heart. HEX triplet: 75, 25 and BB. RGB value is (117,37,187). Sum of RGB (Red+Green+Blue) = 117+37+187=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7525BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525BB is #8ADA44. Grayscale: #4D4D4D. Windows color (decimal): -9099845 or 12264821. OLE color: 12264821.
HSL color Cylindrical-coordinate representation of color #7525BB: hue angle of 272º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7525BB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 37 | 187 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.27 |
| HSL | 272º | 0.67% | 0.44% | - |
| HSV(B) | 272º | 0.8% | 0.73% | - |
| XYZ | 16.97 | 8.69 | 47.8 | - |
| YUV | 78.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 187 | 0.37 | 0.80 | 0 | 0.27 | 272 | 0.67 | 0.44 |
| Hex | 75 | 25 | BB | 25 | 50 | 0 | 1B | 110 | 43 | 2C |
| Octal | 165 | 45 | 273 | 45 | 120 | 0 | 33 | 420 | 103 | 54 |
| Binary | 1110101 | 100101 | 10111011 | 100101 | 1010000 | 0 | 11011 | 100010000 | 1000011 | 101100 |
Color Harmonies of #7525BB
Complementary color
Monochromatic Colors of #7525BB
Black with #7525BB
Text Example
Text Example
White with #7525BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7525BB; }
p { color: rgb(117,37,187); }
H1.HeaderClassName
{
color: #7525BB;
}
.AnyTagClassName
{
color: #7525BB;
}
</style>
background-color css
<style>
a { background-color: #7525BB; }
a { background-color: rgb(117,37,187); }
div.DivClassName
{
background-color: #7525BB;
}
.BgClassName
{
background-color: #7525BB;
}
</style>
border-color css
<style>
span { border-color: #7525BB; }
span { border-color: rgb(117,37,187); }
td.TdClassName
{
border-color: #7525BB;
}
.TagClassName
{
border-color: #7525BB;
}
</style>