Shades of Purple Heart #7340CE
Tints of Purple Heart #7340CE
RGB
CMYK
RGB Variations
Color information
#7340CE (or 0x7340CE) is known color: Purple Heart. HEX triplet: 73, 40 and CE. RGB value is (115,64,206). Sum of RGB (Red+Green+Blue) = 115+64+206=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #7340CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340CE is #8CBF31. Grayscale: #5E5E5E. Windows color (decimal): -9223986 or 13516915. OLE color: 13516915.
HSL color Cylindrical-coordinate representation of color #7340CE: hue angle of 261.55º degrees, saturation: 0.59, 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 #7340CE is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 64 | 206 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.19 |
| HSL | 261.55º | 0.59% | 0.53% | - |
| HSV(B) | 261.55º | 0.69% | 0.81% | - |
| XYZ | 20.04 | 11.77 | 59.61 | - |
| YUV | 95.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 206 | 0.44 | 0.69 | 0 | 0.19 | 261.55 | 0.59 | 0.53 |
| Hex | 73 | 40 | CE | 2C | 45 | 0 | 13 | 106 | 3B | 35 |
| Octal | 163 | 100 | 316 | 54 | 105 | 0 | 23 | 406 | 73 | 65 |
| Binary | 1110011 | 1000000 | 11001110 | 101100 | 1000101 | 0 | 10011 | 100000110 | 111011 | 110101 |
Color Harmonies of #7340CE
Complementary color
Monochromatic Colors of #7340CE
Black with #7340CE
Text Example
Text Example
White with #7340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340CE; }
p { color: rgb(115,64,206); }
H1.HeaderClassName
{
color: #7340CE;
}
.AnyTagClassName
{
color: #7340CE;
}
</style>
background-color css
<style>
a { background-color: #7340CE; }
a { background-color: rgb(115,64,206); }
div.DivClassName
{
background-color: #7340CE;
}
.BgClassName
{
background-color: #7340CE;
}
</style>
border-color css
<style>
span { border-color: #7340CE; }
span { border-color: rgb(115,64,206); }
td.TdClassName
{
border-color: #7340CE;
}
.TagClassName
{
border-color: #7340CE;
}
</style>