Shades of Purple Heart #7528BC
Tints of Purple Heart #7528BC
RGB
CMYK
RGB Variations
Color information
#7528BC (or 0x7528BC) is known color: Purple Heart. HEX triplet: 75, 28 and BC. RGB value is (117,40,188). Sum of RGB (Red+Green+Blue) = 117+40+188=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #7528BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528BC is #8AD743. Grayscale: #4F4F4F. Windows color (decimal): -9099076 or 12331125. OLE color: 12331125.
HSL color Cylindrical-coordinate representation of color #7528BC: hue angle of 271.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7528BC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 40 | 188 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.26 |
| HSL | 271.22º | 0.65% | 0.45% | - |
| HSV(B) | 271.22º | 0.79% | 0.74% | - |
| XYZ | 17.17 | 8.93 | 48.4 | - |
| YUV | 79.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 188 | 0.38 | 0.79 | 0 | 0.26 | 271.22 | 0.65 | 0.45 |
| Hex | 75 | 28 | BC | 26 | 4F | 0 | 1A | 10F | 41 | 2D |
| Octal | 165 | 50 | 274 | 46 | 117 | 0 | 32 | 417 | 101 | 55 |
| Binary | 1110101 | 101000 | 10111100 | 100110 | 1001111 | 0 | 11010 | 100001111 | 1000001 | 101101 |
Color Harmonies of #7528BC
Complementary color
Monochromatic Colors of #7528BC
Black with #7528BC
Text Example
Text Example
White with #7528BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528BC; }
p { color: rgb(117,40,188); }
H1.HeaderClassName
{
color: #7528BC;
}
.AnyTagClassName
{
color: #7528BC;
}
</style>
background-color css
<style>
a { background-color: #7528BC; }
a { background-color: rgb(117,40,188); }
div.DivClassName
{
background-color: #7528BC;
}
.BgClassName
{
background-color: #7528BC;
}
</style>
border-color css
<style>
span { border-color: #7528BC; }
span { border-color: rgb(117,40,188); }
td.TdClassName
{
border-color: #7528BC;
}
.TagClassName
{
border-color: #7528BC;
}
</style>