Shades of Purple Heart #7529B8
Tints of Purple Heart #7529B8
RGB
CMYK
RGB Variations
Color information
#7529B8 (or 0x7529B8) is known color: Purple Heart. HEX triplet: 75, 29 and B8. RGB value is (117,41,184). Sum of RGB (Red+Green+Blue) = 117+41+184=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #7529B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529B8 is #8AD647. Grayscale: #4F4F4F. Windows color (decimal): -9098824 or 12069237. OLE color: 12069237.
HSL color Cylindrical-coordinate representation of color #7529B8: hue angle of 271.89º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7529B8 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 41 | 184 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.28 |
| HSL | 271.89º | 0.64% | 0.44% | - |
| HSV(B) | 271.89º | 0.78% | 0.72% | - |
| XYZ | 16.78 | 8.83 | 46.17 | - |
| YUV | 80.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 184 | 0.36 | 0.78 | 0 | 0.28 | 271.89 | 0.64 | 0.44 |
| Hex | 75 | 29 | B8 | 24 | 4E | 0 | 1C | 110 | 40 | 2C |
| Octal | 165 | 51 | 270 | 44 | 116 | 0 | 34 | 420 | 100 | 54 |
| Binary | 1110101 | 101001 | 10111000 | 100100 | 1001110 | 0 | 11100 | 100010000 | 1000000 | 101100 |
Color Harmonies of #7529B8
Complementary color
Monochromatic Colors of #7529B8
Black with #7529B8
Text Example
Text Example
White with #7529B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529B8; }
p { color: rgb(117,41,184); }
H1.HeaderClassName
{
color: #7529B8;
}
.AnyTagClassName
{
color: #7529B8;
}
</style>
background-color css
<style>
a { background-color: #7529B8; }
a { background-color: rgb(117,41,184); }
div.DivClassName
{
background-color: #7529B8;
}
.BgClassName
{
background-color: #7529B8;
}
</style>
border-color css
<style>
span { border-color: #7529B8; }
span { border-color: rgb(117,41,184); }
td.TdClassName
{
border-color: #7529B8;
}
.TagClassName
{
border-color: #7529B8;
}
</style>