Shades of Purple Heart #7541C5
Tints of Purple Heart #7541C5
RGB
CMYK
RGB Variations
Color information
#7541C5 (or 0x7541C5) is known color: Purple Heart. HEX triplet: 75, 41 and C5. RGB value is (117,65,197). Sum of RGB (Red+Green+Blue) = 117+65+197=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #7541C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541C5 is #8ABE3A. Grayscale: #5F5F5F. Windows color (decimal): -9092667 or 12927349. OLE color: 12927349.
HSL color Cylindrical-coordinate representation of color #7541C5: hue angle of 263.64º 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 #7541C5 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 65 | 197 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.23 |
| HSL | 263.64º | 0.53% | 0.51% | - |
| HSV(B) | 263.64º | 0.67% | 0.77% | - |
| XYZ | 19.3 | 11.59 | 54.04 | - |
| YUV | 95.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 197 | 0.41 | 0.67 | 0 | 0.23 | 263.64 | 0.53 | 0.51 |
| Hex | 75 | 41 | C5 | 29 | 43 | 0 | 17 | 108 | 35 | 33 |
| Octal | 165 | 101 | 305 | 51 | 103 | 0 | 27 | 410 | 65 | 63 |
| Binary | 1110101 | 1000001 | 11000101 | 101001 | 1000011 | 0 | 10111 | 100001000 | 110101 | 110011 |
Color Harmonies of #7541C5
Complementary color
Monochromatic Colors of #7541C5
Black with #7541C5
Text Example
Text Example
White with #7541C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7541C5; }
p { color: rgb(117,65,197); }
H1.HeaderClassName
{
color: #7541C5;
}
.AnyTagClassName
{
color: #7541C5;
}
</style>
background-color css
<style>
a { background-color: #7541C5; }
a { background-color: rgb(117,65,197); }
div.DivClassName
{
background-color: #7541C5;
}
.BgClassName
{
background-color: #7541C5;
}
</style>
border-color css
<style>
span { border-color: #7541C5; }
span { border-color: rgb(117,65,197); }
td.TdClassName
{
border-color: #7541C5;
}
.TagClassName
{
border-color: #7541C5;
}
</style>