Shades of Purple #8B0575
Tints of Purple #8B0575
RGB
CMYK
RGB Variations
Color information
#8B0575 (or 0x8B0575) is known color: Purple. HEX triplet: 8B, 05 and 75. RGB value is (139,5,117). Sum of RGB (Red+Green+Blue) = 139+5+117=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0575 is #74FA8A. Grayscale: #393939. Windows color (decimal): -7666315 or 7669131. OLE color: 7669131.
HSL color Cylindrical-coordinate representation of color #8B0575: hue angle of 309.85º 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 #8B0575 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 117 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.45 |
| HSL | 309.85º | 0.93% | 0.28% | - |
| HSV(B) | 309.85º | 0.96% | 0.55% | - |
| XYZ | 13.91 | 6.88 | 17.42 | - |
| YUV | 57.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 117 | 0 | 0.96 | 0.16 | 0.45 | 309.85 | 0.93 | 0.28 |
| Hex | 8B | 5 | 75 | 0 | 60 | 10 | 2D | 136 | 5D | 1C |
| Octal | 213 | 5 | 165 | 0 | 140 | 20 | 55 | 466 | 135 | 34 |
| Binary | 10001011 | 101 | 1110101 | 0 | 1100000 | 10000 | 101101 | 100110110 | 1011101 | 11100 |
Color Harmonies of #8B0575
Complementary color
Monochromatic Colors of #8B0575
Black with #8B0575
Text Example
Text Example
White with #8B0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0575; }
p { color: rgb(139,5,117); }
H1.HeaderClassName
{
color: #8B0575;
}
.AnyTagClassName
{
color: #8B0575;
}
</style>
background-color css
<style>
a { background-color: #8B0575; }
a { background-color: rgb(139,5,117); }
div.DivClassName
{
background-color: #8B0575;
}
.BgClassName
{
background-color: #8B0575;
}
</style>
border-color css
<style>
span { border-color: #8B0575; }
span { border-color: rgb(139,5,117); }
td.TdClassName
{
border-color: #8B0575;
}
.TagClassName
{
border-color: #8B0575;
}
</style>