Shades of Purple Heart #7446C6
Tints of Purple Heart #7446C6
RGB
CMYK
RGB Variations
Color information
#7446C6 (or 0x7446C6) is known color: Purple Heart. HEX triplet: 74, 46 and C6. RGB value is (116,70,198). Sum of RGB (Red+Green+Blue) = 116+70+198=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #7446C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446C6 is #8BB939. Grayscale: #616161. Windows color (decimal): -9156922 or 12994164. OLE color: 12994164.
HSL color Cylindrical-coordinate representation of color #7446C6: hue angle of 261.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7446C6 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 70 | 198 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.22 |
| HSL | 261.56º | 0.53% | 0.53% | - |
| HSV(B) | 261.56º | 0.65% | 0.78% | - |
| XYZ | 19.59 | 12.17 | 54.74 | - |
| YUV | 98.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 198 | 0.41 | 0.65 | 0 | 0.22 | 261.56 | 0.53 | 0.53 |
| Hex | 74 | 46 | C6 | 29 | 41 | 0 | 16 | 106 | 35 | 35 |
| Octal | 164 | 106 | 306 | 51 | 101 | 0 | 26 | 406 | 65 | 65 |
| Binary | 1110100 | 1000110 | 11000110 | 101001 | 1000001 | 0 | 10110 | 100000110 | 110101 | 110101 |
Color Harmonies of #7446C6
Complementary color
Monochromatic Colors of #7446C6
Black with #7446C6
Text Example
Text Example
White with #7446C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7446C6; }
p { color: rgb(116,70,198); }
H1.HeaderClassName
{
color: #7446C6;
}
.AnyTagClassName
{
color: #7446C6;
}
</style>
background-color css
<style>
a { background-color: #7446C6; }
a { background-color: rgb(116,70,198); }
div.DivClassName
{
background-color: #7446C6;
}
.BgClassName
{
background-color: #7446C6;
}
</style>
border-color css
<style>
span { border-color: #7446C6; }
span { border-color: rgb(116,70,198); }
td.TdClassName
{
border-color: #7446C6;
}
.TagClassName
{
border-color: #7446C6;
}
</style>