Shades of Purple #8B0576
Tints of Purple #8B0576
RGB
CMYK
RGB Variations
Color information
#8B0576 (or 0x8B0576) is known color: Purple. HEX triplet: 8B, 05 and 76. RGB value is (139,5,118). Sum of RGB (Red+Green+Blue) = 139+5+118=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0576 is #74FA89. Grayscale: #393939. Windows color (decimal): -7666314 or 7734667. OLE color: 7734667.
HSL color Cylindrical-coordinate representation of color #8B0576: hue angle of 309.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0576 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 118 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.45 |
| HSL | 309.4º | 0.93% | 0.28% | - |
| HSV(B) | 309.4º | 0.96% | 0.55% | - |
| XYZ | 13.97 | 6.91 | 17.74 | - |
| YUV | 57.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 118 | 0 | 0.96 | 0.15 | 0.45 | 309.4 | 0.93 | 0.28 |
| Hex | 8B | 5 | 76 | 0 | 60 | F | 2D | 135 | 5D | 1C |
| Octal | 213 | 5 | 166 | 0 | 140 | 17 | 55 | 465 | 135 | 34 |
| Binary | 10001011 | 101 | 1110110 | 0 | 1100000 | 1111 | 101101 | 100110101 | 1011101 | 11100 |
Color Harmonies of #8B0576
Complementary color
Monochromatic Colors of #8B0576
Black with #8B0576
Text Example
Text Example
White with #8B0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0576; }
p { color: rgb(139,5,118); }
H1.HeaderClassName
{
color: #8B0576;
}
.AnyTagClassName
{
color: #8B0576;
}
</style>
background-color css
<style>
a { background-color: #8B0576; }
a { background-color: rgb(139,5,118); }
div.DivClassName
{
background-color: #8B0576;
}
.BgClassName
{
background-color: #8B0576;
}
</style>
border-color css
<style>
span { border-color: #8B0576; }
span { border-color: rgb(139,5,118); }
td.TdClassName
{
border-color: #8B0576;
}
.TagClassName
{
border-color: #8B0576;
}
</style>