Shades of Purple Heart #7529CB
Tints of Purple Heart #7529CB
RGB
CMYK
RGB Variations
Color information
#7529CB (or 0x7529CB) is known color: Purple Heart. HEX triplet: 75, 29 and CB. RGB value is (117,41,203). Sum of RGB (Red+Green+Blue) = 117+41+203=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #7529CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7529CB is #8AD634. Grayscale: #515151. Windows color (decimal): -9098805 or 13314421. OLE color: 13314421.
HSL color Cylindrical-coordinate representation of color #7529CB: hue angle of 268.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7529CB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 41 | 203 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.20 |
| HSL | 268.15º | 0.66% | 0.48% | - |
| HSV(B) | 268.15º | 0.8% | 0.8% | - |
| XYZ | 18.91 | 9.68 | 57.37 | - |
| YUV | 82.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 203 | 0.42 | 0.80 | 0 | 0.20 | 268.15 | 0.66 | 0.48 |
| Hex | 75 | 29 | CB | 2A | 50 | 0 | 14 | 10C | 42 | 30 |
| Octal | 165 | 51 | 313 | 52 | 120 | 0 | 24 | 414 | 102 | 60 |
| Binary | 1110101 | 101001 | 11001011 | 101010 | 1010000 | 0 | 10100 | 100001100 | 1000010 | 110000 |
Color Harmonies of #7529CB
Complementary color
Monochromatic Colors of #7529CB
Black with #7529CB
Text Example
Text Example
White with #7529CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529CB; }
p { color: rgb(117,41,203); }
H1.HeaderClassName
{
color: #7529CB;
}
.AnyTagClassName
{
color: #7529CB;
}
</style>
background-color css
<style>
a { background-color: #7529CB; }
a { background-color: rgb(117,41,203); }
div.DivClassName
{
background-color: #7529CB;
}
.BgClassName
{
background-color: #7529CB;
}
</style>
border-color css
<style>
span { border-color: #7529CB; }
span { border-color: rgb(117,41,203); }
td.TdClassName
{
border-color: #7529CB;
}
.TagClassName
{
border-color: #7529CB;
}
</style>