Shades of Purple Heart #7540C4
Tints of Purple Heart #7540C4
RGB
CMYK
RGB Variations
Color information
#7540C4 (or 0x7540C4) is known color: Purple Heart. HEX triplet: 75, 40 and C4. RGB value is (117,64,196). Sum of RGB (Red+Green+Blue) = 117+64+196=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #7540C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540C4 is #8ABF3B. Grayscale: #5E5E5E. Windows color (decimal): -9092924 or 12861557. OLE color: 12861557.
HSL color Cylindrical-coordinate representation of color #7540C4: hue angle of 264.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7540C4 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 64 | 196 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.23 |
| HSL | 264.09º | 0.53% | 0.51% | - |
| HSV(B) | 264.09º | 0.67% | 0.77% | - |
| XYZ | 19.13 | 11.43 | 53.42 | - |
| YUV | 94.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 196 | 0.40 | 0.67 | 0 | 0.23 | 264.09 | 0.53 | 0.51 |
| Hex | 75 | 40 | C4 | 28 | 43 | 0 | 17 | 108 | 35 | 33 |
| Octal | 165 | 100 | 304 | 50 | 103 | 0 | 27 | 410 | 65 | 63 |
| Binary | 1110101 | 1000000 | 11000100 | 101000 | 1000011 | 0 | 10111 | 100001000 | 110101 | 110011 |
Color Harmonies of #7540C4
Complementary color
Monochromatic Colors of #7540C4
Black with #7540C4
Text Example
Text Example
White with #7540C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540C4; }
p { color: rgb(117,64,196); }
H1.HeaderClassName
{
color: #7540C4;
}
.AnyTagClassName
{
color: #7540C4;
}
</style>
background-color css
<style>
a { background-color: #7540C4; }
a { background-color: rgb(117,64,196); }
div.DivClassName
{
background-color: #7540C4;
}
.BgClassName
{
background-color: #7540C4;
}
</style>
border-color css
<style>
span { border-color: #7540C4; }
span { border-color: rgb(117,64,196); }
td.TdClassName
{
border-color: #7540C4;
}
.TagClassName
{
border-color: #7540C4;
}
</style>