Shades of Purple #71127B
Tints of Purple #71127B
RGB
CMYK
RGB Variations
Color information
#71127B (or 0x71127B) is known color: Purple. HEX triplet: 71, 12 and 7B. RGB value is (113,18,123). Sum of RGB (Red+Green+Blue) = 113+18+123=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #71127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71127B is #8EED84. Grayscale: #3A3A3A. Windows color (decimal): -9366917 or 8065649. OLE color: 8065649.
HSL color Cylindrical-coordinate representation of color #71127B: hue angle of 294.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71127B is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 18 | 123 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.52 |
| HSL | 294.29º | 0.74% | 0.28% | - |
| HSV(B) | 294.29º | 0.85% | 0.48% | - |
| XYZ | 10.6 | 5.37 | 19.22 | - |
| YUV | 58.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 123 | 0.08 | 0.85 | 0 | 0.52 | 294.29 | 0.74 | 0.28 |
| Hex | 71 | 12 | 7B | 8 | 55 | 0 | 34 | 126 | 4A | 1C |
| Octal | 161 | 22 | 173 | 10 | 125 | 0 | 64 | 446 | 112 | 34 |
| Binary | 1110001 | 10010 | 1111011 | 1000 | 1010101 | 0 | 110100 | 100100110 | 1001010 | 11100 |
Color Harmonies of #71127B
Complementary color
Monochromatic Colors of #71127B
Black with #71127B
Text Example
Text Example
White with #71127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71127B; }
p { color: rgb(113,18,123); }
H1.HeaderClassName
{
color: #71127B;
}
.AnyTagClassName
{
color: #71127B;
}
</style>
background-color css
<style>
a { background-color: #71127B; }
a { background-color: rgb(113,18,123); }
div.DivClassName
{
background-color: #71127B;
}
.BgClassName
{
background-color: #71127B;
}
</style>
border-color css
<style>
span { border-color: #71127B; }
span { border-color: rgb(113,18,123); }
td.TdClassName
{
border-color: #71127B;
}
.TagClassName
{
border-color: #71127B;
}
</style>