Shades of Purple Heart #772FB3
Tints of Purple Heart #772FB3
RGB
CMYK
RGB Variations
Color information
#772FB3 (or 0x772FB3) is known color: Purple Heart. HEX triplet: 77, 2F and B3. RGB value is (119,47,179). Sum of RGB (Red+Green+Blue) = 119+47+179=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #772FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FB3 is #88D04C. Grayscale: #535353. Windows color (decimal): -8966221 or 11743095. OLE color: 11743095.
HSL color Cylindrical-coordinate representation of color #772FB3: hue angle of 272.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772FB3 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 47 | 179 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.30 |
| HSL | 272.73º | 0.58% | 0.44% | - |
| HSV(B) | 272.73º | 0.74% | 0.7% | - |
| XYZ | 16.76 | 9.21 | 43.54 | - |
| YUV | 83.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 179 | 0.34 | 0.74 | 0 | 0.30 | 272.73 | 0.58 | 0.44 |
| Hex | 77 | 2F | B3 | 22 | 4A | 0 | 1E | 111 | 3A | 2C |
| Octal | 167 | 57 | 263 | 42 | 112 | 0 | 36 | 421 | 72 | 54 |
| Binary | 1110111 | 101111 | 10110011 | 100010 | 1001010 | 0 | 11110 | 100010001 | 111010 | 101100 |
Color Harmonies of #772FB3
Complementary color
Monochromatic Colors of #772FB3
Black with #772FB3
Text Example
Text Example
White with #772FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FB3; }
p { color: rgb(119,47,179); }
H1.HeaderClassName
{
color: #772FB3;
}
.AnyTagClassName
{
color: #772FB3;
}
</style>
background-color css
<style>
a { background-color: #772FB3; }
a { background-color: rgb(119,47,179); }
div.DivClassName
{
background-color: #772FB3;
}
.BgClassName
{
background-color: #772FB3;
}
</style>
border-color css
<style>
span { border-color: #772FB3; }
span { border-color: rgb(119,47,179); }
td.TdClassName
{
border-color: #772FB3;
}
.TagClassName
{
border-color: #772FB3;
}
</style>