Shades of Purple #76177F
Tints of Purple #76177F
RGB
CMYK
RGB Variations
Color information
#76177F (or 0x76177F) is known color: Purple. HEX triplet: 76, 17 and 7F. RGB value is (118,23,127). Sum of RGB (Red+Green+Blue) = 118+23+127=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #76177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76177F is #89E880. Grayscale: #3E3E3E. Windows color (decimal): -9037953 or 8329078. OLE color: 8329078.
HSL color Cylindrical-coordinate representation of color #76177F: hue angle of 294.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76177F is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 23 | 127 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.50 |
| HSL | 294.81º | 0.69% | 0.29% | - |
| HSV(B) | 294.81º | 0.82% | 0.5% | - |
| XYZ | 11.61 | 6 | 20.62 | - |
| YUV | 63.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 127 | 0.07 | 0.82 | 0 | 0.50 | 294.81 | 0.69 | 0.29 |
| Hex | 76 | 17 | 7F | 7 | 52 | 0 | 32 | 127 | 45 | 1D |
| Octal | 166 | 27 | 177 | 7 | 122 | 0 | 62 | 447 | 105 | 35 |
| Binary | 1110110 | 10111 | 1111111 | 111 | 1010010 | 0 | 110010 | 100100111 | 1000101 | 11101 |
Color Harmonies of #76177F
Complementary color
Monochromatic Colors of #76177F
Black with #76177F
Text Example
Text Example
White with #76177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76177F; }
p { color: rgb(118,23,127); }
H1.HeaderClassName
{
color: #76177F;
}
.AnyTagClassName
{
color: #76177F;
}
</style>
background-color css
<style>
a { background-color: #76177F; }
a { background-color: rgb(118,23,127); }
div.DivClassName
{
background-color: #76177F;
}
.BgClassName
{
background-color: #76177F;
}
</style>
border-color css
<style>
span { border-color: #76177F; }
span { border-color: rgb(118,23,127); }
td.TdClassName
{
border-color: #76177F;
}
.TagClassName
{
border-color: #76177F;
}
</style>