Shades of Purple #800B78
Tints of Purple #800B78
RGB
CMYK
RGB Variations
Color information
#800B78 (or 0x800B78) is known color: Purple. HEX triplet: 80, 0B and 78. RGB value is (128,11,120). Sum of RGB (Red+Green+Blue) = 128+11+120=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #800B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B78 is #7FF487. Grayscale: #3A3A3A. Windows color (decimal): -8385672 or 7867264. OLE color: 7867264.
HSL color Cylindrical-coordinate representation of color #800B78: hue angle of 304.1º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B78 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 120 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.50 |
| HSL | 304.1º | 0.84% | 0.27% | - |
| HSV(B) | 304.1º | 0.91% | 0.5% | - |
| XYZ | 12.41 | 6.18 | 18.31 | - |
| YUV | 58.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 120 | 0 | 0.91 | 0.06 | 0.50 | 304.1 | 0.84 | 0.27 |
| Hex | 80 | B | 78 | 0 | 5B | 6 | 32 | 130 | 54 | 1B |
| Octal | 200 | 13 | 170 | 0 | 133 | 6 | 62 | 460 | 124 | 33 |
| Binary | 10000000 | 1011 | 1111000 | 0 | 1011011 | 110 | 110010 | 100110000 | 1010100 | 11011 |
Color Harmonies of #800B78
Complementary color
Monochromatic Colors of #800B78
Black with #800B78
Text Example
Text Example
White with #800B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B78; }
p { color: rgb(128,11,120); }
H1.HeaderClassName
{
color: #800B78;
}
.AnyTagClassName
{
color: #800B78;
}
</style>
background-color css
<style>
a { background-color: #800B78; }
a { background-color: rgb(128,11,120); }
div.DivClassName
{
background-color: #800B78;
}
.BgClassName
{
background-color: #800B78;
}
</style>
border-color css
<style>
span { border-color: #800B78; }
span { border-color: rgb(128,11,120); }
td.TdClassName
{
border-color: #800B78;
}
.TagClassName
{
border-color: #800B78;
}
</style>