Shades of Purple Heart #7540D3
Tints of Purple Heart #7540D3
RGB
CMYK
RGB Variations
Color information
#7540D3 (or 0x7540D3) is known color: Purple Heart. HEX triplet: 75, 40 and D3. RGB value is (117,64,211). Sum of RGB (Red+Green+Blue) = 117+64+211=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #7540D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540D3 is #8ABF2C. Grayscale: #606060. Windows color (decimal): -9092909 or 13844597. OLE color: 13844597.
HSL color Cylindrical-coordinate representation of color #7540D3: hue angle of 261.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7540D3 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 64 | 211 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.17 |
| HSL | 261.63º | 0.63% | 0.54% | - |
| HSV(B) | 261.63º | 0.7% | 0.83% | - |
| XYZ | 20.93 | 12.15 | 62.87 | - |
| YUV | 96.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 211 | 0.45 | 0.70 | 0 | 0.17 | 261.63 | 0.63 | 0.54 |
| Hex | 75 | 40 | D3 | 2D | 46 | 0 | 11 | 106 | 3F | 36 |
| Octal | 165 | 100 | 323 | 55 | 106 | 0 | 21 | 406 | 77 | 66 |
| Binary | 1110101 | 1000000 | 11010011 | 101101 | 1000110 | 0 | 10001 | 100000110 | 111111 | 110110 |
Color Harmonies of #7540D3
Complementary color
Monochromatic Colors of #7540D3
Black with #7540D3
Text Example
Text Example
White with #7540D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540D3; }
p { color: rgb(117,64,211); }
H1.HeaderClassName
{
color: #7540D3;
}
.AnyTagClassName
{
color: #7540D3;
}
</style>
background-color css
<style>
a { background-color: #7540D3; }
a { background-color: rgb(117,64,211); }
div.DivClassName
{
background-color: #7540D3;
}
.BgClassName
{
background-color: #7540D3;
}
</style>
border-color css
<style>
span { border-color: #7540D3; }
span { border-color: rgb(117,64,211); }
td.TdClassName
{
border-color: #7540D3;
}
.TagClassName
{
border-color: #7540D3;
}
</style>