Shades of Purple #71028B
Tints of Purple #71028B
RGB
CMYK
RGB Variations
Color information
#71028B (or 0x71028B) is known color: Purple. HEX triplet: 71, 02 and 8B. RGB value is (113,2,139). Sum of RGB (Red+Green+Blue) = 113+2+139=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #71028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71028B is #8EFD74. Grayscale: #323232. Windows color (decimal): -9370997 or 9110129. OLE color: 9110129.
HSL color Cylindrical-coordinate representation of color #71028B: hue angle of 288.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71028B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 2 | 139 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.45 |
| HSL | 288.61º | 0.97% | 0.28% | - |
| HSV(B) | 288.61º | 0.99% | 0.55% | - |
| XYZ | 11.49 | 5.42 | 24.87 | - |
| YUV | 50.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 139 | 0.19 | 0.99 | 0 | 0.45 | 288.61 | 0.97 | 0.28 |
| Hex | 71 | 2 | 8B | 13 | 63 | 0 | 2D | 121 | 61 | 1C |
| Octal | 161 | 2 | 213 | 23 | 143 | 0 | 55 | 441 | 141 | 34 |
| Binary | 1110001 | 10 | 10001011 | 10011 | 1100011 | 0 | 101101 | 100100001 | 1100001 | 11100 |
Color Harmonies of #71028B
Complementary color
Monochromatic Colors of #71028B
Black with #71028B
Text Example
Text Example
White with #71028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71028B; }
p { color: rgb(113,2,139); }
H1.HeaderClassName
{
color: #71028B;
}
.AnyTagClassName
{
color: #71028B;
}
</style>
background-color css
<style>
a { background-color: #71028B; }
a { background-color: rgb(113,2,139); }
div.DivClassName
{
background-color: #71028B;
}
.BgClassName
{
background-color: #71028B;
}
</style>
border-color css
<style>
span { border-color: #71028B; }
span { border-color: rgb(113,2,139); }
td.TdClassName
{
border-color: #71028B;
}
.TagClassName
{
border-color: #71028B;
}
</style>