Shades of Purple Heart #7740CF
Tints of Purple Heart #7740CF
RGB
CMYK
RGB Variations
Color information
#7740CF (or 0x7740CF) is known color: Purple Heart. HEX triplet: 77, 40 and CF. RGB value is (119,64,207). Sum of RGB (Red+Green+Blue) = 119+64+207=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7740CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740CF is #88BF30. Grayscale: #606060. Windows color (decimal): -8961841 or 13582455. OLE color: 13582455.
HSL color Cylindrical-coordinate representation of color #7740CF: hue angle of 263.08º degrees, saturation: 0.6, 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 #7740CF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 64 | 207 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.19 |
| HSL | 263.08º | 0.6% | 0.53% | - |
| HSV(B) | 263.08º | 0.69% | 0.81% | - |
| XYZ | 20.7 | 12.09 | 60.27 | - |
| YUV | 96.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 207 | 0.43 | 0.69 | 0 | 0.19 | 263.08 | 0.6 | 0.53 |
| Hex | 77 | 40 | CF | 2B | 45 | 0 | 13 | 107 | 3C | 35 |
| Octal | 167 | 100 | 317 | 53 | 105 | 0 | 23 | 407 | 74 | 65 |
| Binary | 1110111 | 1000000 | 11001111 | 101011 | 1000101 | 0 | 10011 | 100000111 | 111100 | 110101 |
Color Harmonies of #7740CF
Complementary color
Monochromatic Colors of #7740CF
Black with #7740CF
Text Example
Text Example
White with #7740CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7740CF; }
p { color: rgb(119,64,207); }
H1.HeaderClassName
{
color: #7740CF;
}
.AnyTagClassName
{
color: #7740CF;
}
</style>
background-color css
<style>
a { background-color: #7740CF; }
a { background-color: rgb(119,64,207); }
div.DivClassName
{
background-color: #7740CF;
}
.BgClassName
{
background-color: #7740CF;
}
</style>
border-color css
<style>
span { border-color: #7740CF; }
span { border-color: rgb(119,64,207); }
td.TdClassName
{
border-color: #7740CF;
}
.TagClassName
{
border-color: #7740CF;
}
</style>