Shades of Purple Heart #7541CF
Tints of Purple Heart #7541CF
RGB
CMYK
RGB Variations
Color information
#7541CF (or 0x7541CF) is known color: Purple Heart. HEX triplet: 75, 41 and CF. RGB value is (117,65,207). Sum of RGB (Red+Green+Blue) = 117+65+207=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #7541CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541CF is #8ABE30. Grayscale: #606060. Windows color (decimal): -9092657 or 13582709. OLE color: 13582709.
HSL color Cylindrical-coordinate representation of color #7541CF: hue angle of 261.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7541CF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 65 | 207 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.19 |
| HSL | 261.97º | 0.6% | 0.53% | - |
| HSV(B) | 261.97º | 0.69% | 0.81% | - |
| XYZ | 20.49 | 12.07 | 60.28 | - |
| YUV | 96.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 207 | 0.43 | 0.69 | 0 | 0.19 | 261.97 | 0.6 | 0.53 |
| Hex | 75 | 41 | CF | 2B | 45 | 0 | 13 | 106 | 3C | 35 |
| Octal | 165 | 101 | 317 | 53 | 105 | 0 | 23 | 406 | 74 | 65 |
| Binary | 1110101 | 1000001 | 11001111 | 101011 | 1000101 | 0 | 10011 | 100000110 | 111100 | 110101 |
Color Harmonies of #7541CF
Complementary color
Monochromatic Colors of #7541CF
Black with #7541CF
Text Example
Text Example
White with #7541CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7541CF; }
p { color: rgb(117,65,207); }
H1.HeaderClassName
{
color: #7541CF;
}
.AnyTagClassName
{
color: #7541CF;
}
</style>
background-color css
<style>
a { background-color: #7541CF; }
a { background-color: rgb(117,65,207); }
div.DivClassName
{
background-color: #7541CF;
}
.BgClassName
{
background-color: #7541CF;
}
</style>
border-color css
<style>
span { border-color: #7541CF; }
span { border-color: rgb(117,65,207); }
td.TdClassName
{
border-color: #7541CF;
}
.TagClassName
{
border-color: #7541CF;
}
</style>