Shades of Purple Heart #7521CE
Tints of Purple Heart #7521CE
RGB
CMYK
RGB Variations
Color information
#7521CE (or 0x7521CE) is known color: Purple Heart. HEX triplet: 75, 21 and CE. RGB value is (117,33,206). Sum of RGB (Red+Green+Blue) = 117+33+206=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #7521CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521CE is #8ADE31. Grayscale: #4D4D4D. Windows color (decimal): -9100850 or 13508981. OLE color: 13508981.
HSL color Cylindrical-coordinate representation of color #7521CE: hue angle of 269.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7521CE is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 33 | 206 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.19 |
| HSL | 269.13º | 0.72% | 0.47% | - |
| HSV(B) | 269.13º | 0.84% | 0.81% | - |
| XYZ | 19.02 | 9.33 | 59.19 | - |
| YUV | 77.84 | 200.33 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 206 | 0.43 | 0.84 | 0 | 0.19 | 269.13 | 0.72 | 0.47 |
| Hex | 75 | 21 | CE | 2B | 54 | 0 | 13 | 10D | 48 | 2F |
| Octal | 165 | 41 | 316 | 53 | 124 | 0 | 23 | 415 | 110 | 57 |
| Binary | 1110101 | 100001 | 11001110 | 101011 | 1010100 | 0 | 10011 | 100001101 | 1001000 | 101111 |
Color Harmonies of #7521CE
Complementary color
Monochromatic Colors of #7521CE
Black with #7521CE
Text Example
Text Example
White with #7521CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521CE; }
p { color: rgb(117,33,206); }
H1.HeaderClassName
{
color: #7521CE;
}
.AnyTagClassName
{
color: #7521CE;
}
</style>
background-color css
<style>
a { background-color: #7521CE; }
a { background-color: rgb(117,33,206); }
div.DivClassName
{
background-color: #7521CE;
}
.BgClassName
{
background-color: #7521CE;
}
</style>
border-color css
<style>
span { border-color: #7521CE; }
span { border-color: rgb(117,33,206); }
td.TdClassName
{
border-color: #7521CE;
}
.TagClassName
{
border-color: #7521CE;
}
</style>