Shades of Purple #71008B
Tints of Purple #71008B
RGB
CMYK
RGB Variations
Color information
#71008B (or 0x71008B) is known color: Purple. HEX triplet: 71, 00 and 8B. RGB value is (113,0,139). Sum of RGB (Red+Green+Blue) = 113+0+139=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #71008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71008B is #8EFF74. Grayscale: #313131. Windows color (decimal): -9371509 or 9109617. OLE color: 9109617.
HSL color Cylindrical-coordinate representation of color #71008B: hue angle of 288.78º 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 #71008B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 0 | 139 | - |
| CMYK | 0.19 | 1 | 0 | 0.45 |
| HSL | 288.78º | 1% | 0.27% | - |
| HSV(B) | 288.78º | 1% | 0.55% | - |
| XYZ | 11.47 | 5.37 | 24.86 | - |
| YUV | 49.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 139 | 0.19 | 1 | 0 | 0.45 | 288.78 | 1 | 0.27 |
| Hex | 71 | 0 | 8B | 13 | 64 | 0 | 2D | 121 | 64 | 1B |
| Octal | 161 | 0 | 213 | 23 | 144 | 0 | 55 | 441 | 144 | 33 |
| Binary | 1110001 | 0 | 10001011 | 10011 | 1100100 | 0 | 101101 | 100100001 | 1100100 | 11011 |
Color Harmonies of #71008B
Complementary color
Monochromatic Colors of #71008B
Black with #71008B
Text Example
Text Example
White with #71008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71008B; }
p { color: rgb(113,0,139); }
H1.HeaderClassName
{
color: #71008B;
}
.AnyTagClassName
{
color: #71008B;
}
</style>
background-color css
<style>
a { background-color: #71008B; }
a { background-color: rgb(113,0,139); }
div.DivClassName
{
background-color: #71008B;
}
.BgClassName
{
background-color: #71008B;
}
</style>
border-color css
<style>
span { border-color: #71008B; }
span { border-color: rgb(113,0,139); }
td.TdClassName
{
border-color: #71008B;
}
.TagClassName
{
border-color: #71008B;
}
</style>