Shades of Purple Heart #7534D5
Tints of Purple Heart #7534D5
RGB
CMYK
RGB Variations
Color information
#7534D5 (or 0x7534D5) is known color: Purple Heart. HEX triplet: 75, 34 and D5. RGB value is (117,52,213). Sum of RGB (Red+Green+Blue) = 117+52+213=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #7534D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534D5 is #8ACB2A. Grayscale: #595959. Windows color (decimal): -9095979 or 13972597. OLE color: 13972597.
HSL color Cylindrical-coordinate representation of color #7534D5: hue angle of 264.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7534D5 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 52 | 213 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.16 |
| HSL | 264.22º | 0.66% | 0.52% | - |
| HSV(B) | 264.22º | 0.76% | 0.84% | - |
| XYZ | 20.57 | 11.04 | 64 | - |
| YUV | 89.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 213 | 0.45 | 0.76 | 0 | 0.16 | 264.22 | 0.66 | 0.52 |
| Hex | 75 | 34 | D5 | 2D | 4C | 0 | 10 | 108 | 42 | 34 |
| Octal | 165 | 64 | 325 | 55 | 114 | 0 | 20 | 410 | 102 | 64 |
| Binary | 1110101 | 110100 | 11010101 | 101101 | 1001100 | 0 | 10000 | 100001000 | 1000010 | 110100 |
Color Harmonies of #7534D5
Complementary color
Monochromatic Colors of #7534D5
Black with #7534D5
Text Example
Text Example
White with #7534D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534D5; }
p { color: rgb(117,52,213); }
H1.HeaderClassName
{
color: #7534D5;
}
.AnyTagClassName
{
color: #7534D5;
}
</style>
background-color css
<style>
a { background-color: #7534D5; }
a { background-color: rgb(117,52,213); }
div.DivClassName
{
background-color: #7534D5;
}
.BgClassName
{
background-color: #7534D5;
}
</style>
border-color css
<style>
span { border-color: #7534D5; }
span { border-color: rgb(117,52,213); }
td.TdClassName
{
border-color: #7534D5;
}
.TagClassName
{
border-color: #7534D5;
}
</style>