Shades of Purple Heart #7540D1
Tints of Purple Heart #7540D1
RGB
CMYK
RGB Variations
Color information
#7540D1 (or 0x7540D1) is known color: Purple Heart. HEX triplet: 75, 40 and D1. RGB value is (117,64,209). Sum of RGB (Red+Green+Blue) = 117+64+209=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #7540D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540D1 is #8ABF2E. Grayscale: #5F5F5F. Windows color (decimal): -9092911 or 13713525. OLE color: 13713525.
HSL color Cylindrical-coordinate representation of color #7540D1: hue angle of 261.93º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7540D1 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 64 | 209 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.18 |
| HSL | 261.93º | 0.61% | 0.54% | - |
| HSV(B) | 261.93º | 0.69% | 0.82% | - |
| XYZ | 20.68 | 12.05 | 61.56 | - |
| YUV | 96.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 209 | 0.44 | 0.69 | 0 | 0.18 | 261.93 | 0.61 | 0.54 |
| Hex | 75 | 40 | D1 | 2C | 45 | 0 | 12 | 106 | 3D | 36 |
| Octal | 165 | 100 | 321 | 54 | 105 | 0 | 22 | 406 | 75 | 66 |
| Binary | 1110101 | 1000000 | 11010001 | 101100 | 1000101 | 0 | 10010 | 100000110 | 111101 | 110110 |
Color Harmonies of #7540D1
Complementary color
Monochromatic Colors of #7540D1
Black with #7540D1
Text Example
Text Example
White with #7540D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540D1; }
p { color: rgb(117,64,209); }
H1.HeaderClassName
{
color: #7540D1;
}
.AnyTagClassName
{
color: #7540D1;
}
</style>
background-color css
<style>
a { background-color: #7540D1; }
a { background-color: rgb(117,64,209); }
div.DivClassName
{
background-color: #7540D1;
}
.BgClassName
{
background-color: #7540D1;
}
</style>
border-color css
<style>
span { border-color: #7540D1; }
span { border-color: rgb(117,64,209); }
td.TdClassName
{
border-color: #7540D1;
}
.TagClassName
{
border-color: #7540D1;
}
</style>