Shades of Purple Heart #772BC3
Tints of Purple Heart #772BC3
RGB
CMYK
RGB Variations
Color information
#772BC3 (or 0x772BC3) is known color: Purple Heart. HEX triplet: 77, 2B and C3. RGB value is (119,43,195). Sum of RGB (Red+Green+Blue) = 119+43+195=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #772BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BC3 is #88D43C. Grayscale: #525252. Windows color (decimal): -8967229 or 12790647. OLE color: 12790647.
HSL color Cylindrical-coordinate representation of color #772BC3: hue angle of 270º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772BC3 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 43 | 195 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.24 |
| HSL | 270º | 0.64% | 0.47% | - |
| HSV(B) | 270º | 0.78% | 0.76% | - |
| XYZ | 18.32 | 9.59 | 52.52 | - |
| YUV | 83.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 195 | 0.39 | 0.78 | 0 | 0.24 | 270 | 0.64 | 0.47 |
| Hex | 77 | 2B | C3 | 27 | 4E | 0 | 18 | 10E | 40 | 2F |
| Octal | 167 | 53 | 303 | 47 | 116 | 0 | 30 | 416 | 100 | 57 |
| Binary | 1110111 | 101011 | 11000011 | 100111 | 1001110 | 0 | 11000 | 100001110 | 1000000 | 101111 |
Color Harmonies of #772BC3
Complementary color
Monochromatic Colors of #772BC3
Black with #772BC3
Text Example
Text Example
White with #772BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BC3; }
p { color: rgb(119,43,195); }
H1.HeaderClassName
{
color: #772BC3;
}
.AnyTagClassName
{
color: #772BC3;
}
</style>
background-color css
<style>
a { background-color: #772BC3; }
a { background-color: rgb(119,43,195); }
div.DivClassName
{
background-color: #772BC3;
}
.BgClassName
{
background-color: #772BC3;
}
</style>
border-color css
<style>
span { border-color: #772BC3; }
span { border-color: rgb(119,43,195); }
td.TdClassName
{
border-color: #772BC3;
}
.TagClassName
{
border-color: #772BC3;
}
</style>