Shades of Purple #71066B
Tints of Purple #71066B
RGB
CMYK
RGB Variations
Color information
#71066B (or 0x71066B) is known color: Purple. HEX triplet: 71, 06 and 6B. RGB value is (113,6,107). Sum of RGB (Red+Green+Blue) = 113+6+107=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71066B is #8EF994. Grayscale: #313131. Windows color (decimal): -9370005 or 7014001. OLE color: 7014001.
HSL color Cylindrical-coordinate representation of color #71066B: hue angle of 303.36º 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 #71066B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 107 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.56 |
| HSL | 303.36º | 0.9% | 0.23% | - |
| HSV(B) | 303.36º | 0.95% | 0.44% | - |
| XYZ | 9.53 | 4.7 | 14.32 | - |
| YUV | 49.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 107 | 0 | 0.95 | 0.05 | 0.56 | 303.36 | 0.9 | 0.23 |
| Hex | 71 | 6 | 6B | 0 | 5F | 5 | 38 | 12F | 5A | 17 |
| Octal | 161 | 6 | 153 | 0 | 137 | 5 | 70 | 457 | 132 | 27 |
| Binary | 1110001 | 110 | 1101011 | 0 | 1011111 | 101 | 111000 | 100101111 | 1011010 | 10111 |
Color Harmonies of #71066B
Complementary color
Monochromatic Colors of #71066B
Black with #71066B
Text Example
Text Example
White with #71066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71066B; }
p { color: rgb(113,6,107); }
H1.HeaderClassName
{
color: #71066B;
}
.AnyTagClassName
{
color: #71066B;
}
</style>
background-color css
<style>
a { background-color: #71066B; }
a { background-color: rgb(113,6,107); }
div.DivClassName
{
background-color: #71066B;
}
.BgClassName
{
background-color: #71066B;
}
</style>
border-color css
<style>
span { border-color: #71066B; }
span { border-color: rgb(113,6,107); }
td.TdClassName
{
border-color: #71066B;
}
.TagClassName
{
border-color: #71066B;
}
</style>