Shades of Purple Heart #7345C9
Tints of Purple Heart #7345C9
RGB
CMYK
RGB Variations
Color information
#7345C9 (or 0x7345C9) is known color: Purple Heart. HEX triplet: 73, 45 and C9. RGB value is (115,69,201). Sum of RGB (Red+Green+Blue) = 115+69+201=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #7345C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345C9 is #8CBA36. Grayscale: #616161. Windows color (decimal): -9222711 or 13190515. OLE color: 13190515.
HSL color Cylindrical-coordinate representation of color #7345C9: hue angle of 260.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7345C9 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 69 | 201 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.21 |
| HSL | 260.91º | 0.55% | 0.53% | - |
| HSV(B) | 260.91º | 0.66% | 0.79% | - |
| XYZ | 19.74 | 12.12 | 56.56 | - |
| YUV | 97.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 201 | 0.43 | 0.66 | 0 | 0.21 | 260.91 | 0.55 | 0.53 |
| Hex | 73 | 45 | C9 | 2B | 42 | 0 | 15 | 105 | 37 | 35 |
| Octal | 163 | 105 | 311 | 53 | 102 | 0 | 25 | 405 | 67 | 65 |
| Binary | 1110011 | 1000101 | 11001001 | 101011 | 1000010 | 0 | 10101 | 100000101 | 110111 | 110101 |
Color Harmonies of #7345C9
Complementary color
Monochromatic Colors of #7345C9
Black with #7345C9
Text Example
Text Example
White with #7345C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345C9; }
p { color: rgb(115,69,201); }
H1.HeaderClassName
{
color: #7345C9;
}
.AnyTagClassName
{
color: #7345C9;
}
</style>
background-color css
<style>
a { background-color: #7345C9; }
a { background-color: rgb(115,69,201); }
div.DivClassName
{
background-color: #7345C9;
}
.BgClassName
{
background-color: #7345C9;
}
</style>
border-color css
<style>
span { border-color: #7345C9; }
span { border-color: rgb(115,69,201); }
td.TdClassName
{
border-color: #7345C9;
}
.TagClassName
{
border-color: #7345C9;
}
</style>