Shades of Purple #800688
Tints of Purple #800688
RGB
CMYK
RGB Variations
Color information
#800688 (or 0x800688) is known color: Purple. HEX triplet: 80, 06 and 88. RGB value is (128,6,136). Sum of RGB (Red+Green+Blue) = 128+6+136=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #800688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800688 is #7FF977. Grayscale: #383838. Windows color (decimal): -8386936 or 8914560. OLE color: 8914560.
HSL color Cylindrical-coordinate representation of color #800688: hue angle of 296.31º 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 #800688 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 6 | 136 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.47 |
| HSL | 296.31º | 0.92% | 0.28% | - |
| HSV(B) | 296.31º | 0.96% | 0.53% | - |
| XYZ | 13.41 | 6.5 | 23.84 | - |
| YUV | 57.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 136 | 0.06 | 0.96 | 0 | 0.47 | 296.31 | 0.92 | 0.28 |
| Hex | 80 | 6 | 88 | 6 | 60 | 0 | 2F | 128 | 5C | 1C |
| Octal | 200 | 6 | 210 | 6 | 140 | 0 | 57 | 450 | 134 | 34 |
| Binary | 10000000 | 110 | 10001000 | 110 | 1100000 | 0 | 101111 | 100101000 | 1011100 | 11100 |
Color Harmonies of #800688
Complementary color
Monochromatic Colors of #800688
Black with #800688
Text Example
Text Example
White with #800688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800688; }
p { color: rgb(128,6,136); }
H1.HeaderClassName
{
color: #800688;
}
.AnyTagClassName
{
color: #800688;
}
</style>
background-color css
<style>
a { background-color: #800688; }
a { background-color: rgb(128,6,136); }
div.DivClassName
{
background-color: #800688;
}
.BgClassName
{
background-color: #800688;
}
</style>
border-color css
<style>
span { border-color: #800688; }
span { border-color: rgb(128,6,136); }
td.TdClassName
{
border-color: #800688;
}
.TagClassName
{
border-color: #800688;
}
</style>