Shades of Purple #76078B
Tints of Purple #76078B
RGB
CMYK
RGB Variations
Color information
#76078B (or 0x76078B) is known color: Purple. HEX triplet: 76, 07 and 8B. RGB value is (118,7,139). Sum of RGB (Red+Green+Blue) = 118+7+139=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #76078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76078B is #89F874. Grayscale: #363636. Windows color (decimal): -9042037 or 9111414. OLE color: 9111414.
HSL color Cylindrical-coordinate representation of color #76078B: hue angle of 290.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76078B is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 7 | 139 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.45 |
| HSL | 290.45º | 0.9% | 0.29% | - |
| HSV(B) | 290.45º | 0.95% | 0.55% | - |
| XYZ | 12.21 | 5.87 | 24.92 | - |
| YUV | 55.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 139 | 0.15 | 0.95 | 0 | 0.45 | 290.45 | 0.9 | 0.29 |
| Hex | 76 | 7 | 8B | F | 5F | 0 | 2D | 122 | 5A | 1D |
| Octal | 166 | 7 | 213 | 17 | 137 | 0 | 55 | 442 | 132 | 35 |
| Binary | 1110110 | 111 | 10001011 | 1111 | 1011111 | 0 | 101101 | 100100010 | 1011010 | 11101 |
Color Harmonies of #76078B
Complementary color
Monochromatic Colors of #76078B
Black with #76078B
Text Example
Text Example
White with #76078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76078B; }
p { color: rgb(118,7,139); }
H1.HeaderClassName
{
color: #76078B;
}
.AnyTagClassName
{
color: #76078B;
}
</style>
background-color css
<style>
a { background-color: #76078B; }
a { background-color: rgb(118,7,139); }
div.DivClassName
{
background-color: #76078B;
}
.BgClassName
{
background-color: #76078B;
}
</style>
border-color css
<style>
span { border-color: #76078B; }
span { border-color: rgb(118,7,139); }
td.TdClassName
{
border-color: #76078B;
}
.TagClassName
{
border-color: #76078B;
}
</style>