Shades of Purple Heart #7541CC
Tints of Purple Heart #7541CC
RGB
CMYK
RGB Variations
Color information
#7541CC (or 0x7541CC) is known color: Purple Heart. HEX triplet: 75, 41 and CC. RGB value is (117,65,204). Sum of RGB (Red+Green+Blue) = 117+65+204=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #7541CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541CC is #8ABE33. Grayscale: #5F5F5F. Windows color (decimal): -9092660 or 13386101. OLE color: 13386101.
HSL color Cylindrical-coordinate representation of color #7541CC: hue angle of 262.45º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7541CC is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 65 | 204 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.2 |
| HSL | 262.45º | 0.58% | 0.53% | - |
| HSV(B) | 262.45º | 0.68% | 0.8% | - |
| XYZ | 20.13 | 11.92 | 58.37 | - |
| YUV | 96.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 204 | 0.43 | 0.68 | 0 | 0.2 | 262.45 | 0.58 | 0.53 |
| Hex | 75 | 41 | CC | 2B | 44 | 0 | 14 | 106 | 3A | 35 |
| Octal | 165 | 101 | 314 | 53 | 104 | 0 | 24 | 406 | 72 | 65 |
| Binary | 1110101 | 1000001 | 11001100 | 101011 | 1000100 | 0 | 10100 | 100000110 | 111010 | 110101 |
Color Harmonies of #7541CC
Complementary color
Monochromatic Colors of #7541CC
Black with #7541CC
Text Example
Text Example
White with #7541CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7541CC; }
p { color: rgb(117,65,204); }
H1.HeaderClassName
{
color: #7541CC;
}
.AnyTagClassName
{
color: #7541CC;
}
</style>
background-color css
<style>
a { background-color: #7541CC; }
a { background-color: rgb(117,65,204); }
div.DivClassName
{
background-color: #7541CC;
}
.BgClassName
{
background-color: #7541CC;
}
</style>
border-color css
<style>
span { border-color: #7541CC; }
span { border-color: rgb(117,65,204); }
td.TdClassName
{
border-color: #7541CC;
}
.TagClassName
{
border-color: #7541CC;
}
</style>