Shades of Purple #77048F
Tints of Purple #77048F
RGB
CMYK
RGB Variations
Color information
#77048F (or 0x77048F) is known color: Purple. HEX triplet: 77, 04 and 8F. RGB value is (119,4,143). Sum of RGB (Red+Green+Blue) = 119+4+143=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #77048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77048F is #88FB70. Grayscale: #353535. Windows color (decimal): -8977265 or 9372791. OLE color: 9372791.
HSL color Cylindrical-coordinate representation of color #77048F: hue angle of 289.64º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77048F is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 4 | 143 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.44 |
| HSL | 289.64º | 0.95% | 0.29% | - |
| HSV(B) | 289.64º | 0.97% | 0.56% | - |
| XYZ | 12.61 | 5.99 | 26.48 | - |
| YUV | 54.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 143 | 0.17 | 0.97 | 0 | 0.44 | 289.64 | 0.95 | 0.29 |
| Hex | 77 | 4 | 8F | 11 | 61 | 0 | 2C | 122 | 5F | 1D |
| Octal | 167 | 4 | 217 | 21 | 141 | 0 | 54 | 442 | 137 | 35 |
| Binary | 1110111 | 100 | 10001111 | 10001 | 1100001 | 0 | 101100 | 100100010 | 1011111 | 11101 |
Color Harmonies of #77048F
Complementary color
Monochromatic Colors of #77048F
Black with #77048F
Text Example
Text Example
White with #77048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77048F; }
p { color: rgb(119,4,143); }
H1.HeaderClassName
{
color: #77048F;
}
.AnyTagClassName
{
color: #77048F;
}
</style>
background-color css
<style>
a { background-color: #77048F; }
a { background-color: rgb(119,4,143); }
div.DivClassName
{
background-color: #77048F;
}
.BgClassName
{
background-color: #77048F;
}
</style>
border-color css
<style>
span { border-color: #77048F; }
span { border-color: rgb(119,4,143); }
td.TdClassName
{
border-color: #77048F;
}
.TagClassName
{
border-color: #77048F;
}
</style>