Shades of Purple #880674
Tints of Purple #880674
RGB
CMYK
RGB Variations
Color information
#880674 (or 0x880674) is known color: Purple. HEX triplet: 88, 06 and 74. RGB value is (136,6,116). Sum of RGB (Red+Green+Blue) = 136+6+116=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880674 is #77F98B. Grayscale: #393939. Windows color (decimal): -7862668 or 7603848. OLE color: 7603848.
HSL color Cylindrical-coordinate representation of color #880674: hue angle of 309.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880674 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 116 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.47 |
| HSL | 309.23º | 0.92% | 0.28% | - |
| HSV(B) | 309.23º | 0.96% | 0.53% | - |
| XYZ | 13.37 | 6.63 | 17.1 | - |
| YUV | 57.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 116 | 0 | 0.96 | 0.15 | 0.47 | 309.23 | 0.92 | 0.28 |
| Hex | 88 | 6 | 74 | 0 | 60 | F | 2F | 135 | 5C | 1C |
| Octal | 210 | 6 | 164 | 0 | 140 | 17 | 57 | 465 | 134 | 34 |
| Binary | 10001000 | 110 | 1110100 | 0 | 1100000 | 1111 | 101111 | 100110101 | 1011100 | 11100 |
Color Harmonies of #880674
Complementary color
Monochromatic Colors of #880674
Black with #880674
Text Example
Text Example
White with #880674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880674; }
p { color: rgb(136,6,116); }
H1.HeaderClassName
{
color: #880674;
}
.AnyTagClassName
{
color: #880674;
}
</style>
background-color css
<style>
a { background-color: #880674; }
a { background-color: rgb(136,6,116); }
div.DivClassName
{
background-color: #880674;
}
.BgClassName
{
background-color: #880674;
}
</style>
border-color css
<style>
span { border-color: #880674; }
span { border-color: rgb(136,6,116); }
td.TdClassName
{
border-color: #880674;
}
.TagClassName
{
border-color: #880674;
}
</style>