Shades of Purple Heart #772FB5
Tints of Purple Heart #772FB5
RGB
CMYK
RGB Variations
Color information
#772FB5 (or 0x772FB5) is known color: Purple Heart. HEX triplet: 77, 2F and B5. RGB value is (119,47,181). Sum of RGB (Red+Green+Blue) = 119+47+181=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #772FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FB5 is #88D04A. Grayscale: #535353. Windows color (decimal): -8966219 or 11874167. OLE color: 11874167.
HSL color Cylindrical-coordinate representation of color #772FB5: hue angle of 272.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772FB5 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 47 | 181 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.29 |
| HSL | 272.24º | 0.59% | 0.45% | - |
| HSV(B) | 272.24º | 0.74% | 0.71% | - |
| XYZ | 16.96 | 9.29 | 44.62 | - |
| YUV | 83.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 181 | 0.34 | 0.74 | 0 | 0.29 | 272.24 | 0.59 | 0.45 |
| Hex | 77 | 2F | B5 | 22 | 4A | 0 | 1D | 110 | 3B | 2D |
| Octal | 167 | 57 | 265 | 42 | 112 | 0 | 35 | 420 | 73 | 55 |
| Binary | 1110111 | 101111 | 10110101 | 100010 | 1001010 | 0 | 11101 | 100010000 | 111011 | 101101 |
Color Harmonies of #772FB5
Complementary color
Monochromatic Colors of #772FB5
Black with #772FB5
Text Example
Text Example
White with #772FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FB5; }
p { color: rgb(119,47,181); }
H1.HeaderClassName
{
color: #772FB5;
}
.AnyTagClassName
{
color: #772FB5;
}
</style>
background-color css
<style>
a { background-color: #772FB5; }
a { background-color: rgb(119,47,181); }
div.DivClassName
{
background-color: #772FB5;
}
.BgClassName
{
background-color: #772FB5;
}
</style>
border-color css
<style>
span { border-color: #772FB5; }
span { border-color: rgb(119,47,181); }
td.TdClassName
{
border-color: #772FB5;
}
.TagClassName
{
border-color: #772FB5;
}
</style>