Shades of Purple Heart #7341C4
Tints of Purple Heart #7341C4
RGB
CMYK
RGB Variations
Color information
#7341C4 (or 0x7341C4) is known color: Purple Heart. HEX triplet: 73, 41 and C4. RGB value is (115,65,196). Sum of RGB (Red+Green+Blue) = 115+65+196=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #7341C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341C4 is #8CBE3B. Grayscale: #5E5E5E. Windows color (decimal): -9223740 or 12861811. OLE color: 12861811.
HSL color Cylindrical-coordinate representation of color #7341C4: hue angle of 262.9º 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 #7341C4 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 65 | 196 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.23 |
| HSL | 262.9º | 0.53% | 0.51% | - |
| HSV(B) | 262.9º | 0.67% | 0.77% | - |
| XYZ | 18.92 | 11.41 | 53.43 | - |
| YUV | 94.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 196 | 0.41 | 0.67 | 0 | 0.23 | 262.9 | 0.53 | 0.51 |
| Hex | 73 | 41 | C4 | 29 | 43 | 0 | 17 | 107 | 35 | 33 |
| Octal | 163 | 101 | 304 | 51 | 103 | 0 | 27 | 407 | 65 | 63 |
| Binary | 1110011 | 1000001 | 11000100 | 101001 | 1000011 | 0 | 10111 | 100000111 | 110101 | 110011 |
Color Harmonies of #7341C4
Complementary color
Monochromatic Colors of #7341C4
Black with #7341C4
Text Example
Text Example
White with #7341C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341C4; }
p { color: rgb(115,65,196); }
H1.HeaderClassName
{
color: #7341C4;
}
.AnyTagClassName
{
color: #7341C4;
}
</style>
background-color css
<style>
a { background-color: #7341C4; }
a { background-color: rgb(115,65,196); }
div.DivClassName
{
background-color: #7341C4;
}
.BgClassName
{
background-color: #7341C4;
}
</style>
border-color css
<style>
span { border-color: #7341C4; }
span { border-color: rgb(115,65,196); }
td.TdClassName
{
border-color: #7341C4;
}
.TagClassName
{
border-color: #7341C4;
}
</style>