Shades of Purple Heart #7710B3
Tints of Purple Heart #7710B3
RGB
CMYK
RGB Variations
Color information
#7710B3 (or 0x7710B3) is known color: Purple Heart. HEX triplet: 77, 10 and B3. RGB value is (119,16,179). Sum of RGB (Red+Green+Blue) = 119+16+179=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #7710B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710B3 is #88EF4C. Grayscale: #404040. Windows color (decimal): -8974157 or 11735159. OLE color: 11735159.
HSL color Cylindrical-coordinate representation of color #7710B3: hue angle of 277.91º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7710B3 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 16 | 179 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.30 |
| HSL | 277.91º | 0.84% | 0.38% | - |
| HSV(B) | 277.91º | 0.91% | 0.7% | - |
| XYZ | 15.93 | 7.55 | 43.27 | - |
| YUV | 65.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 179 | 0.34 | 0.91 | 0 | 0.30 | 277.91 | 0.84 | 0.38 |
| Hex | 77 | 10 | B3 | 22 | 5B | 0 | 1E | 116 | 54 | 26 |
| Octal | 167 | 20 | 263 | 42 | 133 | 0 | 36 | 426 | 124 | 46 |
| Binary | 1110111 | 10000 | 10110011 | 100010 | 1011011 | 0 | 11110 | 100010110 | 1010100 | 100110 |
Color Harmonies of #7710B3
Complementary color
Monochromatic Colors of #7710B3
Black with #7710B3
Text Example
Text Example
White with #7710B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7710B3; }
p { color: rgb(119,16,179); }
H1.HeaderClassName
{
color: #7710B3;
}
.AnyTagClassName
{
color: #7710B3;
}
</style>
background-color css
<style>
a { background-color: #7710B3; }
a { background-color: rgb(119,16,179); }
div.DivClassName
{
background-color: #7710B3;
}
.BgClassName
{
background-color: #7710B3;
}
</style>
border-color css
<style>
span { border-color: #7710B3; }
span { border-color: rgb(119,16,179); }
td.TdClassName
{
border-color: #7710B3;
}
.TagClassName
{
border-color: #7710B3;
}
</style>