Shades of Purple Heart #772BCF
Tints of Purple Heart #772BCF
RGB
CMYK
RGB Variations
Color information
#772BCF (or 0x772BCF) is known color: Purple Heart. HEX triplet: 77, 2B and CF. RGB value is (119,43,207). Sum of RGB (Red+Green+Blue) = 119+43+207=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #772BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BCF is #88D430. Grayscale: #535353. Windows color (decimal): -8967217 or 13577079. OLE color: 13577079.
HSL color Cylindrical-coordinate representation of color #772BCF: hue angle of 267.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772BCF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 43 | 207 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.19 |
| HSL | 267.8º | 0.66% | 0.49% | - |
| HSV(B) | 267.8º | 0.79% | 0.81% | - |
| XYZ | 19.73 | 10.15 | 59.95 | - |
| YUV | 84.42 | 197.18 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 207 | 0.43 | 0.79 | 0 | 0.19 | 267.8 | 0.66 | 0.49 |
| Hex | 77 | 2B | CF | 2B | 4F | 0 | 13 | 10C | 42 | 31 |
| Octal | 167 | 53 | 317 | 53 | 117 | 0 | 23 | 414 | 102 | 61 |
| Binary | 1110111 | 101011 | 11001111 | 101011 | 1001111 | 0 | 10011 | 100001100 | 1000010 | 110001 |
Color Harmonies of #772BCF
Complementary color
Monochromatic Colors of #772BCF
Black with #772BCF
Text Example
Text Example
White with #772BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BCF; }
p { color: rgb(119,43,207); }
H1.HeaderClassName
{
color: #772BCF;
}
.AnyTagClassName
{
color: #772BCF;
}
</style>
background-color css
<style>
a { background-color: #772BCF; }
a { background-color: rgb(119,43,207); }
div.DivClassName
{
background-color: #772BCF;
}
.BgClassName
{
background-color: #772BCF;
}
</style>
border-color css
<style>
span { border-color: #772BCF; }
span { border-color: rgb(119,43,207); }
td.TdClassName
{
border-color: #772BCF;
}
.TagClassName
{
border-color: #772BCF;
}
</style>