Shades of Purple #71006A
Tints of Purple #71006A
RGB
CMYK
RGB Variations
Color information
#71006A (or 0x71006A) is known color: Purple. HEX triplet: 71, 00 and 6A. RGB value is (113,0,106). Sum of RGB (Red+Green+Blue) = 113+0+106=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #71006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006A is #8EFF95. Grayscale: #2D2D2D. Windows color (decimal): -9371542 or 6946929. OLE color: 6946929.
HSL color Cylindrical-coordinate representation of color #71006A: hue angle of 303.72º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71006A is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.06 | 0.56 |
| HSL | 303.72º | 1% | 0.22% | - |
| HSV(B) | 303.72º | 1% | 0.44% | - |
| XYZ | 9.41 | 4.55 | 14.02 | - |
| YUV | 45.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 106 | 0 | 1 | 0.06 | 0.56 | 303.72 | 1 | 0.22 |
| Hex | 71 | 0 | 6A | 0 | 64 | 6 | 38 | 130 | 64 | 16 |
| Octal | 161 | 0 | 152 | 0 | 144 | 6 | 70 | 460 | 144 | 26 |
| Binary | 1110001 | 0 | 1101010 | 0 | 1100100 | 110 | 111000 | 100110000 | 1100100 | 10110 |
Color Harmonies of #71006A
Complementary color
Monochromatic Colors of #71006A
Black with #71006A
Text Example
Text Example
White with #71006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71006A; }
p { color: rgb(113,0,106); }
H1.HeaderClassName
{
color: #71006A;
}
.AnyTagClassName
{
color: #71006A;
}
</style>
background-color css
<style>
a { background-color: #71006A; }
a { background-color: rgb(113,0,106); }
div.DivClassName
{
background-color: #71006A;
}
.BgClassName
{
background-color: #71006A;
}
</style>
border-color css
<style>
span { border-color: #71006A; }
span { border-color: rgb(113,0,106); }
td.TdClassName
{
border-color: #71006A;
}
.TagClassName
{
border-color: #71006A;
}
</style>