Shades of Purple Heart #7521C8
Tints of Purple Heart #7521C8
RGB
CMYK
RGB Variations
Color information
#7521C8 (or 0x7521C8) is known color: Purple Heart. HEX triplet: 75, 21 and C8. RGB value is (117,33,200). Sum of RGB (Red+Green+Blue) = 117+33+200=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #7521C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521C8 is #8ADE37. Grayscale: #4C4C4C. Windows color (decimal): -9100856 or 13115765. OLE color: 13115765.
HSL color Cylindrical-coordinate representation of color #7521C8: hue angle of 270.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7521C8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 33 | 200 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.22 |
| HSL | 270.18º | 0.72% | 0.46% | - |
| HSV(B) | 270.18º | 0.84% | 0.78% | - |
| XYZ | 18.31 | 9.04 | 55.42 | - |
| YUV | 77.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 200 | 0.42 | 0.84 | 0 | 0.22 | 270.18 | 0.72 | 0.46 |
| Hex | 75 | 21 | C8 | 2A | 54 | 0 | 16 | 10E | 48 | 2E |
| Octal | 165 | 41 | 310 | 52 | 124 | 0 | 26 | 416 | 110 | 56 |
| Binary | 1110101 | 100001 | 11001000 | 101010 | 1010100 | 0 | 10110 | 100001110 | 1001000 | 101110 |
Color Harmonies of #7521C8
Complementary color
Monochromatic Colors of #7521C8
Black with #7521C8
Text Example
Text Example
White with #7521C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521C8; }
p { color: rgb(117,33,200); }
H1.HeaderClassName
{
color: #7521C8;
}
.AnyTagClassName
{
color: #7521C8;
}
</style>
background-color css
<style>
a { background-color: #7521C8; }
a { background-color: rgb(117,33,200); }
div.DivClassName
{
background-color: #7521C8;
}
.BgClassName
{
background-color: #7521C8;
}
</style>
border-color css
<style>
span { border-color: #7521C8; }
span { border-color: rgb(117,33,200); }
td.TdClassName
{
border-color: #7521C8;
}
.TagClassName
{
border-color: #7521C8;
}
</style>