Shades of Purple #76048C
Tints of Purple #76048C
RGB
CMYK
RGB Variations
Color information
#76048C (or 0x76048C) is known color: Purple. HEX triplet: 76, 04 and 8C. RGB value is (118,4,140). Sum of RGB (Red+Green+Blue) = 118+4+140=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #76048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76048C is #89FB73. Grayscale: #353535. Windows color (decimal): -9042804 or 9176182. OLE color: 9176182.
HSL color Cylindrical-coordinate representation of color #76048C: hue angle of 290.29º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76048C is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 4 | 140 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.45 |
| HSL | 290.29º | 0.94% | 0.28% | - |
| HSV(B) | 290.29º | 0.97% | 0.55% | - |
| XYZ | 12.25 | 5.83 | 25.29 | - |
| YUV | 53.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 140 | 0.16 | 0.97 | 0 | 0.45 | 290.29 | 0.94 | 0.28 |
| Hex | 76 | 4 | 8C | 10 | 61 | 0 | 2D | 122 | 5E | 1C |
| Octal | 166 | 4 | 214 | 20 | 141 | 0 | 55 | 442 | 136 | 34 |
| Binary | 1110110 | 100 | 10001100 | 10000 | 1100001 | 0 | 101101 | 100100010 | 1011110 | 11100 |
Color Harmonies of #76048C
Complementary color
Monochromatic Colors of #76048C
Black with #76048C
Text Example
Text Example
White with #76048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76048C; }
p { color: rgb(118,4,140); }
H1.HeaderClassName
{
color: #76048C;
}
.AnyTagClassName
{
color: #76048C;
}
</style>
background-color css
<style>
a { background-color: #76048C; }
a { background-color: rgb(118,4,140); }
div.DivClassName
{
background-color: #76048C;
}
.BgClassName
{
background-color: #76048C;
}
</style>
border-color css
<style>
span { border-color: #76048C; }
span { border-color: rgb(118,4,140); }
td.TdClassName
{
border-color: #76048C;
}
.TagClassName
{
border-color: #76048C;
}
</style>