Shades of Purple Heart #7522C4
Tints of Purple Heart #7522C4
RGB
CMYK
RGB Variations
Color information
#7522C4 (or 0x7522C4) is known color: Purple Heart. HEX triplet: 75, 22 and C4. RGB value is (117,34,196). Sum of RGB (Red+Green+Blue) = 117+34+196=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #7522C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522C4 is #8ADD3B. Grayscale: #4C4C4C. Windows color (decimal): -9100604 or 12853877. OLE color: 12853877.
HSL color Cylindrical-coordinate representation of color #7522C4: hue angle of 270.74º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7522C4 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 34 | 196 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.23 |
| HSL | 270.74º | 0.7% | 0.45% | - |
| HSV(B) | 270.74º | 0.83% | 0.77% | - |
| XYZ | 17.87 | 8.91 | 53 | - |
| YUV | 77.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 196 | 0.40 | 0.83 | 0 | 0.23 | 270.74 | 0.7 | 0.45 |
| Hex | 75 | 22 | C4 | 28 | 53 | 0 | 17 | 10F | 46 | 2D |
| Octal | 165 | 42 | 304 | 50 | 123 | 0 | 27 | 417 | 106 | 55 |
| Binary | 1110101 | 100010 | 11000100 | 101000 | 1010011 | 0 | 10111 | 100001111 | 1000110 | 101101 |
Color Harmonies of #7522C4
Complementary color
Monochromatic Colors of #7522C4
Black with #7522C4
Text Example
Text Example
White with #7522C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522C4; }
p { color: rgb(117,34,196); }
H1.HeaderClassName
{
color: #7522C4;
}
.AnyTagClassName
{
color: #7522C4;
}
</style>
background-color css
<style>
a { background-color: #7522C4; }
a { background-color: rgb(117,34,196); }
div.DivClassName
{
background-color: #7522C4;
}
.BgClassName
{
background-color: #7522C4;
}
</style>
border-color css
<style>
span { border-color: #7522C4; }
span { border-color: rgb(117,34,196); }
td.TdClassName
{
border-color: #7522C4;
}
.TagClassName
{
border-color: #7522C4;
}
</style>