Shades of Purple Heart #773BBD
Tints of Purple Heart #773BBD
RGB
CMYK
RGB Variations
Color information
#773BBD (or 0x773BBD) is known color: Purple Heart. HEX triplet: 77, 3B and BD. RGB value is (119,59,189). Sum of RGB (Red+Green+Blue) = 119+59+189=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #773BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BBD is #88C442. Grayscale: #5B5B5B. Windows color (decimal): -8963139 or 12401527. OLE color: 12401527.
HSL color Cylindrical-coordinate representation of color #773BBD: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773BBD is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 59 | 189 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.26 |
| HSL | 267.69º | 0.52% | 0.49% | - |
| HSV(B) | 267.69º | 0.69% | 0.74% | - |
| XYZ | 18.36 | 10.72 | 49.25 | - |
| YUV | 91.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 189 | 0.37 | 0.69 | 0 | 0.26 | 267.69 | 0.52 | 0.49 |
| Hex | 77 | 3B | BD | 25 | 45 | 0 | 1A | 10C | 34 | 31 |
| Octal | 167 | 73 | 275 | 45 | 105 | 0 | 32 | 414 | 64 | 61 |
| Binary | 1110111 | 111011 | 10111101 | 100101 | 1000101 | 0 | 11010 | 100001100 | 110100 | 110001 |
Color Harmonies of #773BBD
Complementary color
Monochromatic Colors of #773BBD
Black with #773BBD
Text Example
Text Example
White with #773BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BBD; }
p { color: rgb(119,59,189); }
H1.HeaderClassName
{
color: #773BBD;
}
.AnyTagClassName
{
color: #773BBD;
}
</style>
background-color css
<style>
a { background-color: #773BBD; }
a { background-color: rgb(119,59,189); }
div.DivClassName
{
background-color: #773BBD;
}
.BgClassName
{
background-color: #773BBD;
}
</style>
border-color css
<style>
span { border-color: #773BBD; }
span { border-color: rgb(119,59,189); }
td.TdClassName
{
border-color: #773BBD;
}
.TagClassName
{
border-color: #773BBD;
}
</style>