Shades of Purple Heart #7520C8
Tints of Purple Heart #7520C8
RGB
CMYK
RGB Variations
Color information
#7520C8 (or 0x7520C8) is known color: Purple Heart. HEX triplet: 75, 20 and C8. RGB value is (117,32,200). Sum of RGB (Red+Green+Blue) = 117+32+200=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #7520C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520C8 is #8ADF37. Grayscale: #4B4B4B. Windows color (decimal): -9101112 or 13115509. OLE color: 13115509.
HSL color Cylindrical-coordinate representation of color #7520C8: hue angle of 270.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7520C8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 32 | 200 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.22 |
| HSL | 270.36º | 0.72% | 0.45% | - |
| HSV(B) | 270.36º | 0.84% | 0.78% | - |
| XYZ | 18.28 | 8.99 | 55.41 | - |
| YUV | 76.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 200 | 0.42 | 0.84 | 0 | 0.22 | 270.36 | 0.72 | 0.45 |
| Hex | 75 | 20 | C8 | 2A | 54 | 0 | 16 | 10E | 48 | 2D |
| Octal | 165 | 40 | 310 | 52 | 124 | 0 | 26 | 416 | 110 | 55 |
| Binary | 1110101 | 100000 | 11001000 | 101010 | 1010100 | 0 | 10110 | 100001110 | 1001000 | 101101 |
Color Harmonies of #7520C8
Complementary color
Monochromatic Colors of #7520C8
Black with #7520C8
Text Example
Text Example
White with #7520C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520C8; }
p { color: rgb(117,32,200); }
H1.HeaderClassName
{
color: #7520C8;
}
.AnyTagClassName
{
color: #7520C8;
}
</style>
background-color css
<style>
a { background-color: #7520C8; }
a { background-color: rgb(117,32,200); }
div.DivClassName
{
background-color: #7520C8;
}
.BgClassName
{
background-color: #7520C8;
}
</style>
border-color css
<style>
span { border-color: #7520C8; }
span { border-color: rgb(117,32,200); }
td.TdClassName
{
border-color: #7520C8;
}
.TagClassName
{
border-color: #7520C8;
}
</style>