Shades of Purple Heart #7740C9
Tints of Purple Heart #7740C9
RGB
CMYK
RGB Variations
Color information
#7740C9 (or 0x7740C9) is known color: Purple Heart. HEX triplet: 77, 40 and C9. RGB value is (119,64,201). Sum of RGB (Red+Green+Blue) = 119+64+201=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #7740C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740C9 is #88BF36. Grayscale: #5F5F5F. Windows color (decimal): -8961847 or 13189239. OLE color: 13189239.
HSL color Cylindrical-coordinate representation of color #7740C9: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7740C9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 64 | 201 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.21 |
| HSL | 264.09º | 0.56% | 0.52% | - |
| HSV(B) | 264.09º | 0.68% | 0.79% | - |
| XYZ | 19.98 | 11.81 | 56.48 | - |
| YUV | 96.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 201 | 0.41 | 0.68 | 0 | 0.21 | 264.09 | 0.56 | 0.52 |
| Hex | 77 | 40 | C9 | 29 | 44 | 0 | 15 | 108 | 38 | 34 |
| Octal | 167 | 100 | 311 | 51 | 104 | 0 | 25 | 410 | 70 | 64 |
| Binary | 1110111 | 1000000 | 11001001 | 101001 | 1000100 | 0 | 10101 | 100001000 | 111000 | 110100 |
Color Harmonies of #7740C9
Complementary color
Monochromatic Colors of #7740C9
Black with #7740C9
Text Example
Text Example
White with #7740C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7740C9; }
p { color: rgb(119,64,201); }
H1.HeaderClassName
{
color: #7740C9;
}
.AnyTagClassName
{
color: #7740C9;
}
</style>
background-color css
<style>
a { background-color: #7740C9; }
a { background-color: rgb(119,64,201); }
div.DivClassName
{
background-color: #7740C9;
}
.BgClassName
{
background-color: #7740C9;
}
</style>
border-color css
<style>
span { border-color: #7740C9; }
span { border-color: rgb(119,64,201); }
td.TdClassName
{
border-color: #7740C9;
}
.TagClassName
{
border-color: #7740C9;
}
</style>