Shades of Purple Heart #7540CA
Tints of Purple Heart #7540CA
RGB
CMYK
RGB Variations
Color information
#7540CA (or 0x7540CA) is known color: Purple Heart. HEX triplet: 75, 40 and CA. RGB value is (117,64,202). Sum of RGB (Red+Green+Blue) = 117+64+202=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #7540CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540CA is #8ABF35. Grayscale: #5F5F5F. Windows color (decimal): -9092918 or 13254773. OLE color: 13254773.
HSL color Cylindrical-coordinate representation of color #7540CA: hue angle of 263.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7540CA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 64 | 202 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.21 |
| HSL | 263.04º | 0.57% | 0.52% | - |
| HSV(B) | 263.04º | 0.68% | 0.79% | - |
| XYZ | 19.83 | 11.71 | 57.09 | - |
| YUV | 95.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 202 | 0.42 | 0.68 | 0 | 0.21 | 263.04 | 0.57 | 0.52 |
| Hex | 75 | 40 | CA | 2A | 44 | 0 | 15 | 107 | 39 | 34 |
| Octal | 165 | 100 | 312 | 52 | 104 | 0 | 25 | 407 | 71 | 64 |
| Binary | 1110101 | 1000000 | 11001010 | 101010 | 1000100 | 0 | 10101 | 100000111 | 111001 | 110100 |
Color Harmonies of #7540CA
Complementary color
Monochromatic Colors of #7540CA
Black with #7540CA
Text Example
Text Example
White with #7540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540CA; }
p { color: rgb(117,64,202); }
H1.HeaderClassName
{
color: #7540CA;
}
.AnyTagClassName
{
color: #7540CA;
}
</style>
background-color css
<style>
a { background-color: #7540CA; }
a { background-color: rgb(117,64,202); }
div.DivClassName
{
background-color: #7540CA;
}
.BgClassName
{
background-color: #7540CA;
}
</style>
border-color css
<style>
span { border-color: #7540CA; }
span { border-color: rgb(117,64,202); }
td.TdClassName
{
border-color: #7540CA;
}
.TagClassName
{
border-color: #7540CA;
}
</style>