Shades of Purple #71178C
Tints of Purple #71178C
RGB
CMYK
RGB Variations
Color information
#71178C (or 0x71178C) is known color: Purple. HEX triplet: 71, 17 and 8C. RGB value is (113,23,140). Sum of RGB (Red+Green+Blue) = 113+23+140=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #71178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71178C is #8EE873. Grayscale: #3E3E3E. Windows color (decimal): -9365620 or 9181041. OLE color: 9181041.
HSL color Cylindrical-coordinate representation of color #71178C: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71178C is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 23 | 140 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.45 |
| HSL | 286.15º | 0.72% | 0.32% | - |
| HSV(B) | 286.15º | 0.84% | 0.55% | - |
| XYZ | 11.85 | 6.02 | 25.35 | - |
| YUV | 63.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 140 | 0.19 | 0.84 | 0 | 0.45 | 286.15 | 0.72 | 0.32 |
| Hex | 71 | 17 | 8C | 13 | 54 | 0 | 2D | 11E | 48 | 20 |
| Octal | 161 | 27 | 214 | 23 | 124 | 0 | 55 | 436 | 110 | 40 |
| Binary | 1110001 | 10111 | 10001100 | 10011 | 1010100 | 0 | 101101 | 100011110 | 1001000 | 100000 |
Color Harmonies of #71178C
Complementary color
Monochromatic Colors of #71178C
Black with #71178C
Text Example
Text Example
White with #71178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71178C; }
p { color: rgb(113,23,140); }
H1.HeaderClassName
{
color: #71178C;
}
.AnyTagClassName
{
color: #71178C;
}
</style>
background-color css
<style>
a { background-color: #71178C; }
a { background-color: rgb(113,23,140); }
div.DivClassName
{
background-color: #71178C;
}
.BgClassName
{
background-color: #71178C;
}
</style>
border-color css
<style>
span { border-color: #71178C; }
span { border-color: rgb(113,23,140); }
td.TdClassName
{
border-color: #71178C;
}
.TagClassName
{
border-color: #71178C;
}
</style>