Shades of Purple #6A0071
Tints of Purple #6A0071
RGB
CMYK
RGB Variations
Color information
#6A0071 (or 0x6A0071) is known color: Purple. HEX triplet: 6A, 00 and 71. RGB value is (106,0,113). Sum of RGB (Red+Green+Blue) = 106+0+113=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0071 is #95FF8E. Grayscale: #2C2C2C. Windows color (decimal): -9830287 or 7405674. OLE color: 7405674.
HSL color Cylindrical-coordinate representation of color #6A0071: hue angle of 296.28º 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 #6A0071 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 0 | 113 | - |
| CMYK | 0.06 | 1 | 0 | 0.56 |
| HSL | 296.28º | 1% | 0.22% | - |
| HSV(B) | 296.28º | 1% | 0.44% | - |
| XYZ | 8.92 | 4.26 | 15.97 | - |
| YUV | 44.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 113 | 0.06 | 1 | 0 | 0.56 | 296.28 | 1 | 0.22 |
| Hex | 6A | 0 | 71 | 6 | 64 | 0 | 38 | 128 | 64 | 16 |
| Octal | 152 | 0 | 161 | 6 | 144 | 0 | 70 | 450 | 144 | 26 |
| Binary | 1101010 | 0 | 1110001 | 110 | 1100100 | 0 | 111000 | 100101000 | 1100100 | 10110 |
Color Harmonies of #6A0071
Complementary color
Monochromatic Colors of #6A0071
Black with #6A0071
Text Example
Text Example
White with #6A0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0071; }
p { color: rgb(106,0,113); }
H1.HeaderClassName
{
color: #6A0071;
}
.AnyTagClassName
{
color: #6A0071;
}
</style>
background-color css
<style>
a { background-color: #6A0071; }
a { background-color: rgb(106,0,113); }
div.DivClassName
{
background-color: #6A0071;
}
.BgClassName
{
background-color: #6A0071;
}
</style>
border-color css
<style>
span { border-color: #6A0071; }
span { border-color: rgb(106,0,113); }
td.TdClassName
{
border-color: #6A0071;
}
.TagClassName
{
border-color: #6A0071;
}
</style>