Shades of Purple #800B74
Tints of Purple #800B74
RGB
CMYK
RGB Variations
Color information
#800B74 (or 0x800B74) is known color: Purple. HEX triplet: 80, 0B and 74. RGB value is (128,11,116). Sum of RGB (Red+Green+Blue) = 128+11+116=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #800B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B74 is #7FF48B. Grayscale: #393939. Windows color (decimal): -8385676 or 7605120. OLE color: 7605120.
HSL color Cylindrical-coordinate representation of color #800B74: hue angle of 306.15º 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 #800B74 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 116 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.50 |
| HSL | 306.15º | 0.84% | 0.27% | - |
| HSV(B) | 306.15º | 0.91% | 0.5% | - |
| XYZ | 12.17 | 6.09 | 17.06 | - |
| YUV | 57.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 116 | 0 | 0.91 | 0.09 | 0.50 | 306.15 | 0.84 | 0.27 |
| Hex | 80 | B | 74 | 0 | 5B | 9 | 32 | 132 | 54 | 1B |
| Octal | 200 | 13 | 164 | 0 | 133 | 11 | 62 | 462 | 124 | 33 |
| Binary | 10000000 | 1011 | 1110100 | 0 | 1011011 | 1001 | 110010 | 100110010 | 1010100 | 11011 |
Color Harmonies of #800B74
Complementary color
Monochromatic Colors of #800B74
Black with #800B74
Text Example
Text Example
White with #800B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B74; }
p { color: rgb(128,11,116); }
H1.HeaderClassName
{
color: #800B74;
}
.AnyTagClassName
{
color: #800B74;
}
</style>
background-color css
<style>
a { background-color: #800B74; }
a { background-color: rgb(128,11,116); }
div.DivClassName
{
background-color: #800B74;
}
.BgClassName
{
background-color: #800B74;
}
</style>
border-color css
<style>
span { border-color: #800B74; }
span { border-color: rgb(128,11,116); }
td.TdClassName
{
border-color: #800B74;
}
.TagClassName
{
border-color: #800B74;
}
</style>