Shades of Purple Heart #7521CC
Tints of Purple Heart #7521CC
RGB
CMYK
RGB Variations
Color information
#7521CC (or 0x7521CC) is known color: Purple Heart. HEX triplet: 75, 21 and CC. RGB value is (117,33,204). Sum of RGB (Red+Green+Blue) = 117+33+204=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #7521CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521CC is #8ADE33. Grayscale: #4D4D4D. Windows color (decimal): -9100852 or 13377909. OLE color: 13377909.
HSL color Cylindrical-coordinate representation of color #7521CC: hue angle of 269.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7521CC is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 33 | 204 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.2 |
| HSL | 269.47º | 0.72% | 0.46% | - |
| HSV(B) | 269.47º | 0.84% | 0.8% | - |
| XYZ | 18.78 | 9.23 | 57.92 | - |
| YUV | 77.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 204 | 0.43 | 0.84 | 0 | 0.2 | 269.47 | 0.72 | 0.46 |
| Hex | 75 | 21 | CC | 2B | 54 | 0 | 14 | 10D | 48 | 2E |
| Octal | 165 | 41 | 314 | 53 | 124 | 0 | 24 | 415 | 110 | 56 |
| Binary | 1110101 | 100001 | 11001100 | 101011 | 1010100 | 0 | 10100 | 100001101 | 1001000 | 101110 |
Color Harmonies of #7521CC
Complementary color
Monochromatic Colors of #7521CC
Black with #7521CC
Text Example
Text Example
White with #7521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521CC; }
p { color: rgb(117,33,204); }
H1.HeaderClassName
{
color: #7521CC;
}
.AnyTagClassName
{
color: #7521CC;
}
</style>
background-color css
<style>
a { background-color: #7521CC; }
a { background-color: rgb(117,33,204); }
div.DivClassName
{
background-color: #7521CC;
}
.BgClassName
{
background-color: #7521CC;
}
</style>
border-color css
<style>
span { border-color: #7521CC; }
span { border-color: rgb(117,33,204); }
td.TdClassName
{
border-color: #7521CC;
}
.TagClassName
{
border-color: #7521CC;
}
</style>