Shades of Purple #880174
Tints of Purple #880174
RGB
CMYK
RGB Variations
Color information
#880174 (or 0x880174) is known color: Purple. HEX triplet: 88, 01 and 74. RGB value is (136,1,116). Sum of RGB (Red+Green+Blue) = 136+1+116=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #880174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880174 is #77FE8B. Grayscale: #363636. Windows color (decimal): -7863948 or 7602568. OLE color: 7602568.
HSL color Cylindrical-coordinate representation of color #880174: hue angle of 308.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880174 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.47 |
| HSL | 308.89º | 0.99% | 0.27% | - |
| HSV(B) | 308.89º | 0.99% | 0.53% | - |
| XYZ | 13.32 | 6.52 | 17.08 | - |
| YUV | 54.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 116 | 0 | 0.99 | 0.15 | 0.47 | 308.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 74 | 0 | 63 | F | 2F | 135 | 63 | 1B |
| Octal | 210 | 1 | 164 | 0 | 143 | 17 | 57 | 465 | 143 | 33 |
| Binary | 10001000 | 1 | 1110100 | 0 | 1100011 | 1111 | 101111 | 100110101 | 1100011 | 11011 |
Color Harmonies of #880174
Complementary color
Monochromatic Colors of #880174
Black with #880174
Text Example
Text Example
White with #880174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880174; }
p { color: rgb(136,1,116); }
H1.HeaderClassName
{
color: #880174;
}
.AnyTagClassName
{
color: #880174;
}
</style>
background-color css
<style>
a { background-color: #880174; }
a { background-color: rgb(136,1,116); }
div.DivClassName
{
background-color: #880174;
}
.BgClassName
{
background-color: #880174;
}
</style>
border-color css
<style>
span { border-color: #880174; }
span { border-color: rgb(136,1,116); }
td.TdClassName
{
border-color: #880174;
}
.TagClassName
{
border-color: #880174;
}
</style>