Shades of Purple #8B007C
Tints of Purple #8B007C
RGB
CMYK
RGB Variations
Color information
#8B007C (or 0x8B007C) is known color: Purple. HEX triplet: 8B, 00 and 7C. RGB value is (139,0,124). Sum of RGB (Red+Green+Blue) = 139+0+124=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B007C is #74FF83. Grayscale: #373737. Windows color (decimal): -7667588 or 8126603. OLE color: 8126603.
HSL color Cylindrical-coordinate representation of color #8B007C: hue angle of 306.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B007C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.11 | 0.45 |
| HSL | 306.47º | 1% | 0.27% | - |
| HSV(B) | 306.47º | 1% | 0.55% | - |
| XYZ | 14.29 | 6.94 | 19.66 | - |
| YUV | 55.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 124 | 0 | 1 | 0.11 | 0.45 | 306.47 | 1 | 0.27 |
| Hex | 8B | 0 | 7C | 0 | 64 | B | 2D | 132 | 64 | 1B |
| Octal | 213 | 0 | 174 | 0 | 144 | 13 | 55 | 462 | 144 | 33 |
| Binary | 10001011 | 0 | 1111100 | 0 | 1100100 | 1011 | 101101 | 100110010 | 1100100 | 11011 |
Color Harmonies of #8B007C
Complementary color
Monochromatic Colors of #8B007C
Black with #8B007C
Text Example
Text Example
White with #8B007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B007C; }
p { color: rgb(139,0,124); }
H1.HeaderClassName
{
color: #8B007C;
}
.AnyTagClassName
{
color: #8B007C;
}
</style>
background-color css
<style>
a { background-color: #8B007C; }
a { background-color: rgb(139,0,124); }
div.DivClassName
{
background-color: #8B007C;
}
.BgClassName
{
background-color: #8B007C;
}
</style>
border-color css
<style>
span { border-color: #8B007C; }
span { border-color: rgb(139,0,124); }
td.TdClassName
{
border-color: #8B007C;
}
.TagClassName
{
border-color: #8B007C;
}
</style>