Shades of Purple Heart #7529CA
Tints of Purple Heart #7529CA
RGB
CMYK
RGB Variations
Color information
#7529CA (or 0x7529CA) is known color: Purple Heart. HEX triplet: 75, 29 and CA. RGB value is (117,41,202). Sum of RGB (Red+Green+Blue) = 117+41+202=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #7529CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529CA is #8AD635. Grayscale: #515151. Windows color (decimal): -9098806 or 13248885. OLE color: 13248885.
HSL color Cylindrical-coordinate representation of color #7529CA: hue angle of 268.32º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7529CA is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 41 | 202 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.21 |
| HSL | 268.32º | 0.66% | 0.48% | - |
| HSV(B) | 268.32º | 0.8% | 0.79% | - |
| XYZ | 18.79 | 9.63 | 56.75 | - |
| YUV | 82.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 202 | 0.42 | 0.80 | 0 | 0.21 | 268.32 | 0.66 | 0.48 |
| Hex | 75 | 29 | CA | 2A | 50 | 0 | 15 | 10C | 42 | 30 |
| Octal | 165 | 51 | 312 | 52 | 120 | 0 | 25 | 414 | 102 | 60 |
| Binary | 1110101 | 101001 | 11001010 | 101010 | 1010000 | 0 | 10101 | 100001100 | 1000010 | 110000 |
Color Harmonies of #7529CA
Complementary color
Monochromatic Colors of #7529CA
Black with #7529CA
Text Example
Text Example
White with #7529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529CA; }
p { color: rgb(117,41,202); }
H1.HeaderClassName
{
color: #7529CA;
}
.AnyTagClassName
{
color: #7529CA;
}
</style>
background-color css
<style>
a { background-color: #7529CA; }
a { background-color: rgb(117,41,202); }
div.DivClassName
{
background-color: #7529CA;
}
.BgClassName
{
background-color: #7529CA;
}
</style>
border-color css
<style>
span { border-color: #7529CA; }
span { border-color: rgb(117,41,202); }
td.TdClassName
{
border-color: #7529CA;
}
.TagClassName
{
border-color: #7529CA;
}
</style>