Shades of Purple #76178A
Tints of Purple #76178A
RGB
CMYK
RGB Variations
Color information
#76178A (or 0x76178A) is known color: Purple. HEX triplet: 76, 17 and 8A. RGB value is (118,23,138). Sum of RGB (Red+Green+Blue) = 118+23+138=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #76178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76178A is #89E875. Grayscale: #404040. Windows color (decimal): -9037942 or 9049974. OLE color: 9049974.
HSL color Cylindrical-coordinate representation of color #76178A: hue angle of 289.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76178A is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 23 | 138 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.46 |
| HSL | 289.57º | 0.71% | 0.32% | - |
| HSV(B) | 289.57º | 0.83% | 0.54% | - |
| XYZ | 12.37 | 6.3 | 24.61 | - |
| YUV | 64.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 138 | 0.14 | 0.83 | 0 | 0.46 | 289.57 | 0.71 | 0.32 |
| Hex | 76 | 17 | 8A | E | 53 | 0 | 2E | 122 | 47 | 20 |
| Octal | 166 | 27 | 212 | 16 | 123 | 0 | 56 | 442 | 107 | 40 |
| Binary | 1110110 | 10111 | 10001010 | 1110 | 1010011 | 0 | 101110 | 100100010 | 1000111 | 100000 |
Color Harmonies of #76178A
Complementary color
Monochromatic Colors of #76178A
Black with #76178A
Text Example
Text Example
White with #76178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76178A; }
p { color: rgb(118,23,138); }
H1.HeaderClassName
{
color: #76178A;
}
.AnyTagClassName
{
color: #76178A;
}
</style>
background-color css
<style>
a { background-color: #76178A; }
a { background-color: rgb(118,23,138); }
div.DivClassName
{
background-color: #76178A;
}
.BgClassName
{
background-color: #76178A;
}
</style>
border-color css
<style>
span { border-color: #76178A; }
span { border-color: rgb(118,23,138); }
td.TdClassName
{
border-color: #76178A;
}
.TagClassName
{
border-color: #76178A;
}
</style>