Shades of Purple Heart #7526BB
Tints of Purple Heart #7526BB
RGB
CMYK
RGB Variations
Color information
#7526BB (or 0x7526BB) is known color: Purple Heart. HEX triplet: 75, 26 and BB. RGB value is (117,38,187). Sum of RGB (Red+Green+Blue) = 117+38+187=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #7526BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BB is #8AD944. Grayscale: #4E4E4E. Windows color (decimal): -9099589 or 12265077. OLE color: 12265077.
HSL color Cylindrical-coordinate representation of color #7526BB: hue angle of 271.81º degrees, saturation: 0.66, 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 #7526BB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 38 | 187 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.27 |
| HSL | 271.81º | 0.66% | 0.44% | - |
| HSV(B) | 271.81º | 0.8% | 0.73% | - |
| XYZ | 17 | 8.76 | 47.81 | - |
| YUV | 78.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 187 | 0.37 | 0.80 | 0 | 0.27 | 271.81 | 0.66 | 0.44 |
| Hex | 75 | 26 | BB | 25 | 50 | 0 | 1B | 110 | 42 | 2C |
| Octal | 165 | 46 | 273 | 45 | 120 | 0 | 33 | 420 | 102 | 54 |
| Binary | 1110101 | 100110 | 10111011 | 100101 | 1010000 | 0 | 11011 | 100010000 | 1000010 | 101100 |
Color Harmonies of #7526BB
Complementary color
Monochromatic Colors of #7526BB
Black with #7526BB
Text Example
Text Example
White with #7526BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7526BB; }
p { color: rgb(117,38,187); }
H1.HeaderClassName
{
color: #7526BB;
}
.AnyTagClassName
{
color: #7526BB;
}
</style>
background-color css
<style>
a { background-color: #7526BB; }
a { background-color: rgb(117,38,187); }
div.DivClassName
{
background-color: #7526BB;
}
.BgClassName
{
background-color: #7526BB;
}
</style>
border-color css
<style>
span { border-color: #7526BB; }
span { border-color: rgb(117,38,187); }
td.TdClassName
{
border-color: #7526BB;
}
.TagClassName
{
border-color: #7526BB;
}
</style>