Shades of Purple Heart #7342C9
Tints of Purple Heart #7342C9
RGB
CMYK
RGB Variations
Color information
#7342C9 (or 0x7342C9) is known color: Purple Heart. HEX triplet: 73, 42 and C9. RGB value is (115,66,201). Sum of RGB (Red+Green+Blue) = 115+66+201=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #7342C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342C9 is #8CBD36. Grayscale: #5F5F5F. Windows color (decimal): -9223479 or 13189747. OLE color: 13189747.
HSL color Cylindrical-coordinate representation of color #7342C9: hue angle of 261.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7342C9 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 66 | 201 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.21 |
| HSL | 261.78º | 0.56% | 0.52% | - |
| HSV(B) | 261.78º | 0.67% | 0.79% | - |
| XYZ | 19.56 | 11.76 | 56.5 | - |
| YUV | 96.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 201 | 0.43 | 0.67 | 0 | 0.21 | 261.78 | 0.56 | 0.52 |
| Hex | 73 | 42 | C9 | 2B | 43 | 0 | 15 | 106 | 38 | 34 |
| Octal | 163 | 102 | 311 | 53 | 103 | 0 | 25 | 406 | 70 | 64 |
| Binary | 1110011 | 1000010 | 11001001 | 101011 | 1000011 | 0 | 10101 | 100000110 | 111000 | 110100 |
Color Harmonies of #7342C9
Complementary color
Monochromatic Colors of #7342C9
Black with #7342C9
Text Example
Text Example
White with #7342C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342C9; }
p { color: rgb(115,66,201); }
H1.HeaderClassName
{
color: #7342C9;
}
.AnyTagClassName
{
color: #7342C9;
}
</style>
background-color css
<style>
a { background-color: #7342C9; }
a { background-color: rgb(115,66,201); }
div.DivClassName
{
background-color: #7342C9;
}
.BgClassName
{
background-color: #7342C9;
}
</style>
border-color css
<style>
span { border-color: #7342C9; }
span { border-color: rgb(115,66,201); }
td.TdClassName
{
border-color: #7342C9;
}
.TagClassName
{
border-color: #7342C9;
}
</style>