Shades of Purple Heart #7540D2
Tints of Purple Heart #7540D2
RGB
CMYK
RGB Variations
Color information
#7540D2 (or 0x7540D2) is known color: Purple Heart. HEX triplet: 75, 40 and D2. RGB value is (117,64,210). Sum of RGB (Red+Green+Blue) = 117+64+210=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #7540D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540D2 is #8ABF2D. Grayscale: #5F5F5F. Windows color (decimal): -9092910 or 13779061. OLE color: 13779061.
HSL color Cylindrical-coordinate representation of color #7540D2: hue angle of 261.78º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7540D2 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 64 | 210 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.18 |
| HSL | 261.78º | 0.62% | 0.54% | - |
| HSV(B) | 261.78º | 0.7% | 0.82% | - |
| XYZ | 20.8 | 12.1 | 62.21 | - |
| YUV | 96.49 | 192.06 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 210 | 0.44 | 0.70 | 0 | 0.18 | 261.78 | 0.62 | 0.54 |
| Hex | 75 | 40 | D2 | 2C | 46 | 0 | 12 | 106 | 3E | 36 |
| Octal | 165 | 100 | 322 | 54 | 106 | 0 | 22 | 406 | 76 | 66 |
| Binary | 1110101 | 1000000 | 11010010 | 101100 | 1000110 | 0 | 10010 | 100000110 | 111110 | 110110 |
Color Harmonies of #7540D2
Complementary color
Monochromatic Colors of #7540D2
Black with #7540D2
Text Example
Text Example
White with #7540D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540D2; }
p { color: rgb(117,64,210); }
H1.HeaderClassName
{
color: #7540D2;
}
.AnyTagClassName
{
color: #7540D2;
}
</style>
background-color css
<style>
a { background-color: #7540D2; }
a { background-color: rgb(117,64,210); }
div.DivClassName
{
background-color: #7540D2;
}
.BgClassName
{
background-color: #7540D2;
}
</style>
border-color css
<style>
span { border-color: #7540D2; }
span { border-color: rgb(117,64,210); }
td.TdClassName
{
border-color: #7540D2;
}
.TagClassName
{
border-color: #7540D2;
}
</style>