Shades of Purple #76158A
Tints of Purple #76158A
RGB
CMYK
RGB Variations
Color information
#76158A (or 0x76158A) is known color: Purple. HEX triplet: 76, 15 and 8A. RGB value is (118,21,138). Sum of RGB (Red+Green+Blue) = 118+21+138=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #76158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158A is #89EA75. Grayscale: #3E3E3E. Windows color (decimal): -9038454 or 9049462. OLE color: 9049462.
HSL color Cylindrical-coordinate representation of color #76158A: hue angle of 289.74º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76158A is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 21 | 138 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.46 |
| HSL | 289.74º | 0.74% | 0.31% | - |
| HSV(B) | 289.74º | 0.85% | 0.54% | - |
| XYZ | 12.33 | 6.22 | 24.6 | - |
| YUV | 63.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 138 | 0.14 | 0.85 | 0 | 0.46 | 289.74 | 0.74 | 0.31 |
| Hex | 76 | 15 | 8A | E | 55 | 0 | 2E | 122 | 4A | 1F |
| Octal | 166 | 25 | 212 | 16 | 125 | 0 | 56 | 442 | 112 | 37 |
| Binary | 1110110 | 10101 | 10001010 | 1110 | 1010101 | 0 | 101110 | 100100010 | 1001010 | 11111 |
Color Harmonies of #76158A
Complementary color
Monochromatic Colors of #76158A
Black with #76158A
Text Example
Text Example
White with #76158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76158A; }
p { color: rgb(118,21,138); }
H1.HeaderClassName
{
color: #76158A;
}
.AnyTagClassName
{
color: #76158A;
}
</style>
background-color css
<style>
a { background-color: #76158A; }
a { background-color: rgb(118,21,138); }
div.DivClassName
{
background-color: #76158A;
}
.BgClassName
{
background-color: #76158A;
}
</style>
border-color css
<style>
span { border-color: #76158A; }
span { border-color: rgb(118,21,138); }
td.TdClassName
{
border-color: #76158A;
}
.TagClassName
{
border-color: #76158A;
}
</style>