Shades of Purple Heart #7536D5
Tints of Purple Heart #7536D5
RGB
CMYK
RGB Variations
Color information
#7536D5 (or 0x7536D5) is known color: Purple Heart. HEX triplet: 75, 36 and D5. RGB value is (117,54,213). Sum of RGB (Red+Green+Blue) = 117+54+213=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #7536D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536D5 is #8AC92A. Grayscale: #5A5A5A. Windows color (decimal): -9095467 or 13973109. OLE color: 13973109.
HSL color Cylindrical-coordinate representation of color #7536D5: hue angle of 263.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7536D5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 54 | 213 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.16 |
| HSL | 263.77º | 0.65% | 0.52% | - |
| HSV(B) | 263.77º | 0.75% | 0.84% | - |
| XYZ | 20.67 | 11.22 | 64.03 | - |
| YUV | 90.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 213 | 0.45 | 0.75 | 0 | 0.16 | 263.77 | 0.65 | 0.52 |
| Hex | 75 | 36 | D5 | 2D | 4B | 0 | 10 | 108 | 41 | 34 |
| Octal | 165 | 66 | 325 | 55 | 113 | 0 | 20 | 410 | 101 | 64 |
| Binary | 1110101 | 110110 | 11010101 | 101101 | 1001011 | 0 | 10000 | 100001000 | 1000001 | 110100 |
Color Harmonies of #7536D5
Complementary color
Monochromatic Colors of #7536D5
Black with #7536D5
Text Example
Text Example
White with #7536D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536D5; }
p { color: rgb(117,54,213); }
H1.HeaderClassName
{
color: #7536D5;
}
.AnyTagClassName
{
color: #7536D5;
}
</style>
background-color css
<style>
a { background-color: #7536D5; }
a { background-color: rgb(117,54,213); }
div.DivClassName
{
background-color: #7536D5;
}
.BgClassName
{
background-color: #7536D5;
}
</style>
border-color css
<style>
span { border-color: #7536D5; }
span { border-color: rgb(117,54,213); }
td.TdClassName
{
border-color: #7536D5;
}
.TagClassName
{
border-color: #7536D5;
}
</style>