Shades of Purple Heart #772DB6
Tints of Purple Heart #772DB6
RGB
CMYK
RGB Variations
Color information
#772DB6 (or 0x772DB6) is known color: Purple Heart. HEX triplet: 77, 2D and B6. RGB value is (119,45,182). Sum of RGB (Red+Green+Blue) = 119+45+182=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #772DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DB6 is #88D249. Grayscale: #525252. Windows color (decimal): -8966730 or 11939191. OLE color: 11939191.
HSL color Cylindrical-coordinate representation of color #772DB6: hue angle of 272.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772DB6 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 45 | 182 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.29 |
| HSL | 272.41º | 0.6% | 0.45% | - |
| HSV(B) | 272.41º | 0.75% | 0.71% | - |
| XYZ | 16.99 | 9.18 | 45.13 | - |
| YUV | 82.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 182 | 0.35 | 0.75 | 0 | 0.29 | 272.41 | 0.6 | 0.45 |
| Hex | 77 | 2D | B6 | 23 | 4B | 0 | 1D | 110 | 3C | 2D |
| Octal | 167 | 55 | 266 | 43 | 113 | 0 | 35 | 420 | 74 | 55 |
| Binary | 1110111 | 101101 | 10110110 | 100011 | 1001011 | 0 | 11101 | 100010000 | 111100 | 101101 |
Color Harmonies of #772DB6
Complementary color
Monochromatic Colors of #772DB6
Black with #772DB6
Text Example
Text Example
White with #772DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DB6; }
p { color: rgb(119,45,182); }
H1.HeaderClassName
{
color: #772DB6;
}
.AnyTagClassName
{
color: #772DB6;
}
</style>
background-color css
<style>
a { background-color: #772DB6; }
a { background-color: rgb(119,45,182); }
div.DivClassName
{
background-color: #772DB6;
}
.BgClassName
{
background-color: #772DB6;
}
</style>
border-color css
<style>
span { border-color: #772DB6; }
span { border-color: rgb(119,45,182); }
td.TdClassName
{
border-color: #772DB6;
}
.TagClassName
{
border-color: #772DB6;
}
</style>