Shades of Purple #880673
Tints of Purple #880673
RGB
CMYK
RGB Variations
Color information
#880673 (or 0x880673) is known color: Purple. HEX triplet: 88, 06 and 73. RGB value is (136,6,115). Sum of RGB (Red+Green+Blue) = 136+6+115=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880673 is #77F98C. Grayscale: #383838. Windows color (decimal): -7862669 or 7538312. OLE color: 7538312.
HSL color Cylindrical-coordinate representation of color #880673: hue angle of 309.69º 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 #880673 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 115 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.47 |
| HSL | 309.69º | 0.92% | 0.28% | - |
| HSV(B) | 309.69º | 0.96% | 0.53% | - |
| XYZ | 13.31 | 6.6 | 16.79 | - |
| YUV | 57.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 115 | 0 | 0.96 | 0.15 | 0.47 | 309.69 | 0.92 | 0.28 |
| Hex | 88 | 6 | 73 | 0 | 60 | F | 2F | 136 | 5C | 1C |
| Octal | 210 | 6 | 163 | 0 | 140 | 17 | 57 | 466 | 134 | 34 |
| Binary | 10001000 | 110 | 1110011 | 0 | 1100000 | 1111 | 101111 | 100110110 | 1011100 | 11100 |
Color Harmonies of #880673
Complementary color
Monochromatic Colors of #880673
Black with #880673
Text Example
Text Example
White with #880673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880673; }
p { color: rgb(136,6,115); }
H1.HeaderClassName
{
color: #880673;
}
.AnyTagClassName
{
color: #880673;
}
</style>
background-color css
<style>
a { background-color: #880673; }
a { background-color: rgb(136,6,115); }
div.DivClassName
{
background-color: #880673;
}
.BgClassName
{
background-color: #880673;
}
</style>
border-color css
<style>
span { border-color: #880673; }
span { border-color: rgb(136,6,115); }
td.TdClassName
{
border-color: #880673;
}
.TagClassName
{
border-color: #880673;
}
</style>