Shades of Purple #71147B
Tints of Purple #71147B
RGB
CMYK
RGB Variations
Color information
#71147B (or 0x71147B) is known color: Purple. HEX triplet: 71, 14 and 7B. RGB value is (113,20,123). Sum of RGB (Red+Green+Blue) = 113+20+123=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #71147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71147B is #8EEB84. Grayscale: #3B3B3B. Windows color (decimal): -9366405 or 8066161. OLE color: 8066161.
HSL color Cylindrical-coordinate representation of color #71147B: hue angle of 294.17º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71147B is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 20 | 123 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.52 |
| HSL | 294.17º | 0.72% | 0.28% | - |
| HSV(B) | 294.17º | 0.84% | 0.48% | - |
| XYZ | 10.64 | 5.44 | 19.23 | - |
| YUV | 59.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 123 | 0.08 | 0.84 | 0 | 0.52 | 294.17 | 0.72 | 0.28 |
| Hex | 71 | 14 | 7B | 8 | 54 | 0 | 34 | 126 | 48 | 1C |
| Octal | 161 | 24 | 173 | 10 | 124 | 0 | 64 | 446 | 110 | 34 |
| Binary | 1110001 | 10100 | 1111011 | 1000 | 1010100 | 0 | 110100 | 100100110 | 1001000 | 11100 |
Color Harmonies of #71147B
Complementary color
Monochromatic Colors of #71147B
Black with #71147B
Text Example
Text Example
White with #71147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71147B; }
p { color: rgb(113,20,123); }
H1.HeaderClassName
{
color: #71147B;
}
.AnyTagClassName
{
color: #71147B;
}
</style>
background-color css
<style>
a { background-color: #71147B; }
a { background-color: rgb(113,20,123); }
div.DivClassName
{
background-color: #71147B;
}
.BgClassName
{
background-color: #71147B;
}
</style>
border-color css
<style>
span { border-color: #71147B; }
span { border-color: rgb(113,20,123); }
td.TdClassName
{
border-color: #71147B;
}
.TagClassName
{
border-color: #71147B;
}
</style>