Shades of Purple #77026C
Tints of Purple #77026C
RGB
CMYK
RGB Variations
Color information
#77026C (or 0x77026C) is known color: Purple. HEX triplet: 77, 02 and 6C. RGB value is (119,2,108). Sum of RGB (Red+Green+Blue) = 119+2+108=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026C is #88FD93. Grayscale: #303030. Windows color (decimal): -8977812 or 7078519. OLE color: 7078519.
HSL color Cylindrical-coordinate representation of color #77026C: hue angle of 305.64º 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 #77026C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 108 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.53 |
| HSL | 305.64º | 0.97% | 0.24% | - |
| HSV(B) | 305.64º | 0.98% | 0.47% | - |
| XYZ | 10.34 | 5.05 | 14.62 | - |
| YUV | 49.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 108 | 0 | 0.98 | 0.09 | 0.53 | 305.64 | 0.97 | 0.24 |
| Hex | 77 | 2 | 6C | 0 | 62 | 9 | 35 | 132 | 61 | 18 |
| Octal | 167 | 2 | 154 | 0 | 142 | 11 | 65 | 462 | 141 | 30 |
| Binary | 1110111 | 10 | 1101100 | 0 | 1100010 | 1001 | 110101 | 100110010 | 1100001 | 11000 |
Color Harmonies of #77026C
Complementary color
Monochromatic Colors of #77026C
Black with #77026C
Text Example
Text Example
White with #77026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77026C; }
p { color: rgb(119,2,108); }
H1.HeaderClassName
{
color: #77026C;
}
.AnyTagClassName
{
color: #77026C;
}
</style>
background-color css
<style>
a { background-color: #77026C; }
a { background-color: rgb(119,2,108); }
div.DivClassName
{
background-color: #77026C;
}
.BgClassName
{
background-color: #77026C;
}
</style>
border-color css
<style>
span { border-color: #77026C; }
span { border-color: rgb(119,2,108); }
td.TdClassName
{
border-color: #77026C;
}
.TagClassName
{
border-color: #77026C;
}
</style>