Shades of Purple #77028B
Tints of Purple #77028B
RGB
CMYK
RGB Variations
Color information
#77028B (or 0x77028B) is known color: Purple. HEX triplet: 77, 02 and 8B. RGB value is (119,2,139). Sum of RGB (Red+Green+Blue) = 119+2+139=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #77028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77028B is #88FD74. Grayscale: #343434. Windows color (decimal): -8977781 or 9110135. OLE color: 9110135.
HSL color Cylindrical-coordinate representation of color #77028B: hue angle of 291.24º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77028B is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 2 | 139 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.45 |
| HSL | 291.24º | 0.97% | 0.28% | - |
| HSV(B) | 291.24º | 0.99% | 0.55% | - |
| XYZ | 12.29 | 5.83 | 24.9 | - |
| YUV | 52.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 139 | 0.14 | 0.99 | 0 | 0.45 | 291.24 | 0.97 | 0.28 |
| Hex | 77 | 2 | 8B | E | 63 | 0 | 2D | 123 | 61 | 1C |
| Octal | 167 | 2 | 213 | 16 | 143 | 0 | 55 | 443 | 141 | 34 |
| Binary | 1110111 | 10 | 10001011 | 1110 | 1100011 | 0 | 101101 | 100100011 | 1100001 | 11100 |
Color Harmonies of #77028B
Complementary color
Monochromatic Colors of #77028B
Black with #77028B
Text Example
Text Example
White with #77028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77028B; }
p { color: rgb(119,2,139); }
H1.HeaderClassName
{
color: #77028B;
}
.AnyTagClassName
{
color: #77028B;
}
</style>
background-color css
<style>
a { background-color: #77028B; }
a { background-color: rgb(119,2,139); }
div.DivClassName
{
background-color: #77028B;
}
.BgClassName
{
background-color: #77028B;
}
</style>
border-color css
<style>
span { border-color: #77028B; }
span { border-color: rgb(119,2,139); }
td.TdClassName
{
border-color: #77028B;
}
.TagClassName
{
border-color: #77028B;
}
</style>