Shades of Purple #76178B
Tints of Purple #76178B
RGB
CMYK
RGB Variations
Color information
#76178B (or 0x76178B) is known color: Purple. HEX triplet: 76, 17 and 8B. RGB value is (118,23,139). Sum of RGB (Red+Green+Blue) = 118+23+139=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #76178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76178B is #89E874. Grayscale: #404040. Windows color (decimal): -9037941 or 9115510. OLE color: 9115510.
HSL color Cylindrical-coordinate representation of color #76178B: hue angle of 289.14º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76178B is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 23 | 139 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.45 |
| HSL | 289.14º | 0.72% | 0.32% | - |
| HSV(B) | 289.14º | 0.83% | 0.55% | - |
| XYZ | 12.44 | 6.33 | 24.99 | - |
| YUV | 64.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 139 | 0.15 | 0.83 | 0 | 0.45 | 289.14 | 0.72 | 0.32 |
| Hex | 76 | 17 | 8B | F | 53 | 0 | 2D | 121 | 48 | 20 |
| Octal | 166 | 27 | 213 | 17 | 123 | 0 | 55 | 441 | 110 | 40 |
| Binary | 1110110 | 10111 | 10001011 | 1111 | 1010011 | 0 | 101101 | 100100001 | 1001000 | 100000 |
Color Harmonies of #76178B
Complementary color
Monochromatic Colors of #76178B
Black with #76178B
Text Example
Text Example
White with #76178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76178B; }
p { color: rgb(118,23,139); }
H1.HeaderClassName
{
color: #76178B;
}
.AnyTagClassName
{
color: #76178B;
}
</style>
background-color css
<style>
a { background-color: #76178B; }
a { background-color: rgb(118,23,139); }
div.DivClassName
{
background-color: #76178B;
}
.BgClassName
{
background-color: #76178B;
}
</style>
border-color css
<style>
span { border-color: #76178B; }
span { border-color: rgb(118,23,139); }
td.TdClassName
{
border-color: #76178B;
}
.TagClassName
{
border-color: #76178B;
}
</style>