Shades of Purple #71056C
Tints of Purple #71056C
RGB
CMYK
RGB Variations
Color information
#71056C (or 0x71056C) is known color: Purple. HEX triplet: 71, 05 and 6C. RGB value is (113,5,108). Sum of RGB (Red+Green+Blue) = 113+5+108=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71056C is #8EFA93. Grayscale: #303030. Windows color (decimal): -9370260 or 7079281. OLE color: 7079281.
HSL color Cylindrical-coordinate representation of color #71056C: hue angle of 302.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71056C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.56 |
| HSL | 302.78º | 0.92% | 0.23% | - |
| HSV(B) | 302.78º | 0.96% | 0.44% | - |
| XYZ | 9.57 | 4.7 | 14.59 | - |
| YUV | 49.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 108 | 0 | 0.96 | 0.04 | 0.56 | 302.78 | 0.92 | 0.23 |
| Hex | 71 | 5 | 6C | 0 | 60 | 4 | 38 | 12F | 5C | 17 |
| Octal | 161 | 5 | 154 | 0 | 140 | 4 | 70 | 457 | 134 | 27 |
| Binary | 1110001 | 101 | 1101100 | 0 | 1100000 | 100 | 111000 | 100101111 | 1011100 | 10111 |
Color Harmonies of #71056C
Complementary color
Monochromatic Colors of #71056C
Black with #71056C
Text Example
Text Example
White with #71056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71056C; }
p { color: rgb(113,5,108); }
H1.HeaderClassName
{
color: #71056C;
}
.AnyTagClassName
{
color: #71056C;
}
</style>
background-color css
<style>
a { background-color: #71056C; }
a { background-color: rgb(113,5,108); }
div.DivClassName
{
background-color: #71056C;
}
.BgClassName
{
background-color: #71056C;
}
</style>
border-color css
<style>
span { border-color: #71056C; }
span { border-color: rgb(113,5,108); }
td.TdClassName
{
border-color: #71056C;
}
.TagClassName
{
border-color: #71056C;
}
</style>