Shades of Purple Heart #7520B3
Tints of Purple Heart #7520B3
RGB
CMYK
RGB Variations
Color information
#7520B3 (or 0x7520B3) is known color: Purple Heart. HEX triplet: 75, 20 and B3. RGB value is (117,32,179). Sum of RGB (Red+Green+Blue) = 117+32+179=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #7520B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520B3 is #8ADF4C. Grayscale: #494949. Windows color (decimal): -9101133 or 11739253. OLE color: 11739253.
HSL color Cylindrical-coordinate representation of color #7520B3: hue angle of 274.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7520B3 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 32 | 179 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.30 |
| HSL | 274.69º | 0.7% | 0.41% | - |
| HSV(B) | 274.69º | 0.82% | 0.7% | - |
| XYZ | 15.99 | 8.07 | 43.36 | - |
| YUV | 74.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 179 | 0.35 | 0.82 | 0 | 0.30 | 274.69 | 0.7 | 0.41 |
| Hex | 75 | 20 | B3 | 23 | 52 | 0 | 1E | 113 | 46 | 29 |
| Octal | 165 | 40 | 263 | 43 | 122 | 0 | 36 | 423 | 106 | 51 |
| Binary | 1110101 | 100000 | 10110011 | 100011 | 1010010 | 0 | 11110 | 100010011 | 1000110 | 101001 |
Color Harmonies of #7520B3
Complementary color
Monochromatic Colors of #7520B3
Black with #7520B3
Text Example
Text Example
White with #7520B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520B3; }
p { color: rgb(117,32,179); }
H1.HeaderClassName
{
color: #7520B3;
}
.AnyTagClassName
{
color: #7520B3;
}
</style>
background-color css
<style>
a { background-color: #7520B3; }
a { background-color: rgb(117,32,179); }
div.DivClassName
{
background-color: #7520B3;
}
.BgClassName
{
background-color: #7520B3;
}
</style>
border-color css
<style>
span { border-color: #7520B3; }
span { border-color: rgb(117,32,179); }
td.TdClassName
{
border-color: #7520B3;
}
.TagClassName
{
border-color: #7520B3;
}
</style>