Shades of Purple #76158B
Tints of Purple #76158B
RGB
CMYK
RGB Variations
Color information
#76158B (or 0x76158B) is known color: Purple. HEX triplet: 76, 15 and 8B. RGB value is (118,21,139). Sum of RGB (Red+Green+Blue) = 118+21+139=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #76158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158B is #89EA74. Grayscale: #3F3F3F. Windows color (decimal): -9038453 or 9114998. OLE color: 9114998.
HSL color Cylindrical-coordinate representation of color #76158B: hue angle of 289.32º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76158B is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 21 | 139 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.45 |
| HSL | 289.32º | 0.74% | 0.31% | - |
| HSV(B) | 289.32º | 0.85% | 0.55% | - |
| XYZ | 12.4 | 6.25 | 24.98 | - |
| YUV | 63.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 139 | 0.15 | 0.85 | 0 | 0.45 | 289.32 | 0.74 | 0.31 |
| Hex | 76 | 15 | 8B | F | 55 | 0 | 2D | 121 | 4A | 1F |
| Octal | 166 | 25 | 213 | 17 | 125 | 0 | 55 | 441 | 112 | 37 |
| Binary | 1110110 | 10101 | 10001011 | 1111 | 1010101 | 0 | 101101 | 100100001 | 1001010 | 11111 |
Color Harmonies of #76158B
Complementary color
Monochromatic Colors of #76158B
Black with #76158B
Text Example
Text Example
White with #76158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76158B; }
p { color: rgb(118,21,139); }
H1.HeaderClassName
{
color: #76158B;
}
.AnyTagClassName
{
color: #76158B;
}
</style>
background-color css
<style>
a { background-color: #76158B; }
a { background-color: rgb(118,21,139); }
div.DivClassName
{
background-color: #76158B;
}
.BgClassName
{
background-color: #76158B;
}
</style>
border-color css
<style>
span { border-color: #76158B; }
span { border-color: rgb(118,21,139); }
td.TdClassName
{
border-color: #76158B;
}
.TagClassName
{
border-color: #76158B;
}
</style>