Shades of Purple #71066C
Tints of Purple #71066C
RGB
CMYK
RGB Variations
Color information
#71066C (or 0x71066C) is known color: Purple. HEX triplet: 71, 06 and 6C. RGB value is (113,6,108). Sum of RGB (Red+Green+Blue) = 113+6+108=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71066C is #8EF993. Grayscale: #313131. Windows color (decimal): -9370004 or 7079537. OLE color: 7079537.
HSL color Cylindrical-coordinate representation of color #71066C: hue angle of 302.8º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71066C is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.56 |
| HSL | 302.8º | 0.9% | 0.23% | - |
| HSV(B) | 302.8º | 0.95% | 0.44% | - |
| XYZ | 9.58 | 4.72 | 14.59 | - |
| YUV | 49.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 108 | 0 | 0.95 | 0.04 | 0.56 | 302.8 | 0.9 | 0.23 |
| Hex | 71 | 6 | 6C | 0 | 5F | 4 | 38 | 12F | 5A | 17 |
| Octal | 161 | 6 | 154 | 0 | 137 | 4 | 70 | 457 | 132 | 27 |
| Binary | 1110001 | 110 | 1101100 | 0 | 1011111 | 100 | 111000 | 100101111 | 1011010 | 10111 |
Color Harmonies of #71066C
Complementary color
Monochromatic Colors of #71066C
Black with #71066C
Text Example
Text Example
White with #71066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71066C; }
p { color: rgb(113,6,108); }
H1.HeaderClassName
{
color: #71066C;
}
.AnyTagClassName
{
color: #71066C;
}
</style>
background-color css
<style>
a { background-color: #71066C; }
a { background-color: rgb(113,6,108); }
div.DivClassName
{
background-color: #71066C;
}
.BgClassName
{
background-color: #71066C;
}
</style>
border-color css
<style>
span { border-color: #71066C; }
span { border-color: rgb(113,6,108); }
td.TdClassName
{
border-color: #71066C;
}
.TagClassName
{
border-color: #71066C;
}
</style>