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