Shades of Purple #77026D
Tints of Purple #77026D
RGB
CMYK
RGB Variations
Color information
#77026D (or 0x77026D) is known color: Purple. HEX triplet: 77, 02 and 6D. RGB value is (119,2,109). Sum of RGB (Red+Green+Blue) = 119+2+109=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026D is #88FD92. Grayscale: #303030. Windows color (decimal): -8977811 or 7144055. OLE color: 7144055.
HSL color Cylindrical-coordinate representation of color #77026D: hue angle of 305.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77026D is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 109 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.53 |
| HSL | 305.13º | 0.97% | 0.24% | - |
| HSV(B) | 305.13º | 0.98% | 0.47% | - |
| XYZ | 10.39 | 5.07 | 14.9 | - |
| YUV | 49.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 109 | 0 | 0.98 | 0.08 | 0.53 | 305.13 | 0.97 | 0.24 |
| Hex | 77 | 2 | 6D | 0 | 62 | 8 | 35 | 131 | 61 | 18 |
| Octal | 167 | 2 | 155 | 0 | 142 | 10 | 65 | 461 | 141 | 30 |
| Binary | 1110111 | 10 | 1101101 | 0 | 1100010 | 1000 | 110101 | 100110001 | 1100001 | 11000 |
Color Harmonies of #77026D
Complementary color
Monochromatic Colors of #77026D
Black with #77026D
Text Example
Text Example
White with #77026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77026D; }
p { color: rgb(119,2,109); }
H1.HeaderClassName
{
color: #77026D;
}
.AnyTagClassName
{
color: #77026D;
}
</style>
background-color css
<style>
a { background-color: #77026D; }
a { background-color: rgb(119,2,109); }
div.DivClassName
{
background-color: #77026D;
}
.BgClassName
{
background-color: #77026D;
}
</style>
border-color css
<style>
span { border-color: #77026D; }
span { border-color: rgb(119,2,109); }
td.TdClassName
{
border-color: #77026D;
}
.TagClassName
{
border-color: #77026D;
}
</style>