Shades of Purple Heart #773EBA
Tints of Purple Heart #773EBA
RGB
CMYK
RGB Variations
Color information
#773EBA (or 0x773EBA) is known color: Purple Heart. HEX triplet: 77, 3E and BA. RGB value is (119,62,186). Sum of RGB (Red+Green+Blue) = 119+62+186=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #773EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBA is #88C145. Grayscale: #5C5C5C. Windows color (decimal): -8962374 or 12205687. OLE color: 12205687.
HSL color Cylindrical-coordinate representation of color #773EBA: hue angle of 267.58º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773EBA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 62 | 186 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.27 |
| HSL | 267.58º | 0.5% | 0.49% | - |
| HSV(B) | 267.58º | 0.67% | 0.73% | - |
| XYZ | 18.19 | 10.91 | 47.6 | - |
| YUV | 93.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 186 | 0.36 | 0.67 | 0 | 0.27 | 267.58 | 0.5 | 0.49 |
| Hex | 77 | 3E | BA | 24 | 43 | 0 | 1B | 10C | 32 | 31 |
| Octal | 167 | 76 | 272 | 44 | 103 | 0 | 33 | 414 | 62 | 61 |
| Binary | 1110111 | 111110 | 10111010 | 100100 | 1000011 | 0 | 11011 | 100001100 | 110010 | 110001 |
Color Harmonies of #773EBA
Complementary color
Monochromatic Colors of #773EBA
Black with #773EBA
Text Example
Text Example
White with #773EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EBA; }
p { color: rgb(119,62,186); }
H1.HeaderClassName
{
color: #773EBA;
}
.AnyTagClassName
{
color: #773EBA;
}
</style>
background-color css
<style>
a { background-color: #773EBA; }
a { background-color: rgb(119,62,186); }
div.DivClassName
{
background-color: #773EBA;
}
.BgClassName
{
background-color: #773EBA;
}
</style>
border-color css
<style>
span { border-color: #773EBA; }
span { border-color: rgb(119,62,186); }
td.TdClassName
{
border-color: #773EBA;
}
.TagClassName
{
border-color: #773EBA;
}
</style>