Shades of Purple #800B72
Tints of Purple #800B72
RGB
CMYK
RGB Variations
Color information
#800B72 (or 0x800B72) is known color: Purple. HEX triplet: 80, 0B and 72. RGB value is (128,11,114). Sum of RGB (Red+Green+Blue) = 128+11+114=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #800B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B72 is #7FF48D. Grayscale: #393939. Windows color (decimal): -8385678 or 7474048. OLE color: 7474048.
HSL color Cylindrical-coordinate representation of color #800B72: hue angle of 307.18º 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 #800B72 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 114 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.50 |
| HSL | 307.18º | 0.84% | 0.27% | - |
| HSV(B) | 307.18º | 0.91% | 0.5% | - |
| XYZ | 12.06 | 6.04 | 16.45 | - |
| YUV | 57.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 114 | 0 | 0.91 | 0.11 | 0.50 | 307.18 | 0.84 | 0.27 |
| Hex | 80 | B | 72 | 0 | 5B | B | 32 | 133 | 54 | 1B |
| Octal | 200 | 13 | 162 | 0 | 133 | 13 | 62 | 463 | 124 | 33 |
| Binary | 10000000 | 1011 | 1110010 | 0 | 1011011 | 1011 | 110010 | 100110011 | 1010100 | 11011 |
Color Harmonies of #800B72
Complementary color
Monochromatic Colors of #800B72
Black with #800B72
Text Example
Text Example
White with #800B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B72; }
p { color: rgb(128,11,114); }
H1.HeaderClassName
{
color: #800B72;
}
.AnyTagClassName
{
color: #800B72;
}
</style>
background-color css
<style>
a { background-color: #800B72; }
a { background-color: rgb(128,11,114); }
div.DivClassName
{
background-color: #800B72;
}
.BgClassName
{
background-color: #800B72;
}
</style>
border-color css
<style>
span { border-color: #800B72; }
span { border-color: rgb(128,11,114); }
td.TdClassName
{
border-color: #800B72;
}
.TagClassName
{
border-color: #800B72;
}
</style>