Shades of Purple Heart #7341D5
Tints of Purple Heart #7341D5
RGB
CMYK
RGB Variations
Color information
#7341D5 (or 0x7341D5) is known color: Purple Heart. HEX triplet: 73, 41 and D5. RGB value is (115,65,213). Sum of RGB (Red+Green+Blue) = 115+65+213=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #7341D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341D5 is #8CBE2A. Grayscale: #606060. Windows color (decimal): -9223723 or 13975923. OLE color: 13975923.
HSL color Cylindrical-coordinate representation of color #7341D5: hue angle of 260.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7341D5 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 65 | 213 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.16 |
| HSL | 260.27º | 0.64% | 0.55% | - |
| HSV(B) | 260.27º | 0.69% | 0.84% | - |
| XYZ | 20.97 | 12.23 | 64.21 | - |
| YUV | 96.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 213 | 0.46 | 0.69 | 0 | 0.16 | 260.27 | 0.64 | 0.55 |
| Hex | 73 | 41 | D5 | 2E | 45 | 0 | 10 | 104 | 40 | 37 |
| Octal | 163 | 101 | 325 | 56 | 105 | 0 | 20 | 404 | 100 | 67 |
| Binary | 1110011 | 1000001 | 11010101 | 101110 | 1000101 | 0 | 10000 | 100000100 | 1000000 | 110111 |
Color Harmonies of #7341D5
Complementary color
Monochromatic Colors of #7341D5
Black with #7341D5
Text Example
Text Example
White with #7341D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341D5; }
p { color: rgb(115,65,213); }
H1.HeaderClassName
{
color: #7341D5;
}
.AnyTagClassName
{
color: #7341D5;
}
</style>
background-color css
<style>
a { background-color: #7341D5; }
a { background-color: rgb(115,65,213); }
div.DivClassName
{
background-color: #7341D5;
}
.BgClassName
{
background-color: #7341D5;
}
</style>
border-color css
<style>
span { border-color: #7341D5; }
span { border-color: rgb(115,65,213); }
td.TdClassName
{
border-color: #7341D5;
}
.TagClassName
{
border-color: #7341D5;
}
</style>