Shades of Purple Heart #7739CF
Tints of Purple Heart #7739CF
RGB
CMYK
RGB Variations
Color information
#7739CF (or 0x7739CF) is known color: Purple Heart. HEX triplet: 77, 39 and CF. RGB value is (119,57,207). Sum of RGB (Red+Green+Blue) = 119+57+207=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #7739CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739CF is #88C630. Grayscale: #5C5C5C. Windows color (decimal): -8963633 or 13580663. OLE color: 13580663.
HSL color Cylindrical-coordinate representation of color #7739CF: hue angle of 264.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7739CF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 57 | 207 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.19 |
| HSL | 264.8º | 0.61% | 0.52% | - |
| HSV(B) | 264.8º | 0.72% | 0.81% | - |
| XYZ | 20.33 | 11.35 | 60.15 | - |
| YUV | 92.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 207 | 0.43 | 0.72 | 0 | 0.19 | 264.8 | 0.61 | 0.52 |
| Hex | 77 | 39 | CF | 2B | 48 | 0 | 13 | 109 | 3D | 34 |
| Octal | 167 | 71 | 317 | 53 | 110 | 0 | 23 | 411 | 75 | 64 |
| Binary | 1110111 | 111001 | 11001111 | 101011 | 1001000 | 0 | 10011 | 100001001 | 111101 | 110100 |
Color Harmonies of #7739CF
Complementary color
Monochromatic Colors of #7739CF
Black with #7739CF
Text Example
Text Example
White with #7739CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739CF; }
p { color: rgb(119,57,207); }
H1.HeaderClassName
{
color: #7739CF;
}
.AnyTagClassName
{
color: #7739CF;
}
</style>
background-color css
<style>
a { background-color: #7739CF; }
a { background-color: rgb(119,57,207); }
div.DivClassName
{
background-color: #7739CF;
}
.BgClassName
{
background-color: #7739CF;
}
</style>
border-color css
<style>
span { border-color: #7739CF; }
span { border-color: rgb(119,57,207); }
td.TdClassName
{
border-color: #7739CF;
}
.TagClassName
{
border-color: #7739CF;
}
</style>