Shades of Purple Heart #7737D0
Tints of Purple Heart #7737D0
RGB
CMYK
RGB Variations
Color information
#7737D0 (or 0x7737D0) is known color: Purple Heart. HEX triplet: 77, 37 and D0. RGB value is (119,55,208). Sum of RGB (Red+Green+Blue) = 119+55+208=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #7737D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7737D0 is #88C82F. Grayscale: #5B5B5B. Windows color (decimal): -8964144 or 13645687. OLE color: 13645687.
HSL color Cylindrical-coordinate representation of color #7737D0: hue angle of 265.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7737D0 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 55 | 208 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.18 |
| HSL | 265.1º | 0.62% | 0.52% | - |
| HSV(B) | 265.1º | 0.74% | 0.82% | - |
| XYZ | 20.36 | 11.21 | 60.76 | - |
| YUV | 91.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 208 | 0.43 | 0.74 | 0 | 0.18 | 265.1 | 0.62 | 0.52 |
| Hex | 77 | 37 | D0 | 2B | 4A | 0 | 12 | 109 | 3E | 34 |
| Octal | 167 | 67 | 320 | 53 | 112 | 0 | 22 | 411 | 76 | 64 |
| Binary | 1110111 | 110111 | 11010000 | 101011 | 1001010 | 0 | 10010 | 100001001 | 111110 | 110100 |
Color Harmonies of #7737D0
Complementary color
Monochromatic Colors of #7737D0
Black with #7737D0
Text Example
Text Example
White with #7737D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737D0; }
p { color: rgb(119,55,208); }
H1.HeaderClassName
{
color: #7737D0;
}
.AnyTagClassName
{
color: #7737D0;
}
</style>
background-color css
<style>
a { background-color: #7737D0; }
a { background-color: rgb(119,55,208); }
div.DivClassName
{
background-color: #7737D0;
}
.BgClassName
{
background-color: #7737D0;
}
</style>
border-color css
<style>
span { border-color: #7737D0; }
span { border-color: rgb(119,55,208); }
td.TdClassName
{
border-color: #7737D0;
}
.TagClassName
{
border-color: #7737D0;
}
</style>