Shades of Purple #6A1086
Tints of Purple #6A1086
RGB
CMYK
RGB Variations
Color information
#6A1086 (or 0x6A1086) is known color: Purple. HEX triplet: 6A, 10 and 86. RGB value is (106,16,134). Sum of RGB (Red+Green+Blue) = 106+16+134=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A1086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1086 is #95EF79. Grayscale: #373737. Windows color (decimal): -9826170 or 8786026. OLE color: 8786026.
HSL color Cylindrical-coordinate representation of color #6A1086: hue angle of 285.76º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1086 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 16 | 134 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.47 |
| HSL | 285.76º | 0.79% | 0.29% | - |
| HSV(B) | 285.76º | 0.88% | 0.53% | - |
| XYZ | 10.43 | 5.16 | 23 | - |
| YUV | 56.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 134 | 0.21 | 0.88 | 0 | 0.47 | 285.76 | 0.79 | 0.29 |
| Hex | 6A | 10 | 86 | 15 | 58 | 0 | 2F | 11E | 4F | 1D |
| Octal | 152 | 20 | 206 | 25 | 130 | 0 | 57 | 436 | 117 | 35 |
| Binary | 1101010 | 10000 | 10000110 | 10101 | 1011000 | 0 | 101111 | 100011110 | 1001111 | 11101 |
Color Harmonies of #6A1086
Complementary color
Monochromatic Colors of #6A1086
Black with #6A1086
Text Example
Text Example
White with #6A1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1086; }
p { color: rgb(106,16,134); }
H1.HeaderClassName
{
color: #6A1086;
}
.AnyTagClassName
{
color: #6A1086;
}
</style>
background-color css
<style>
a { background-color: #6A1086; }
a { background-color: rgb(106,16,134); }
div.DivClassName
{
background-color: #6A1086;
}
.BgClassName
{
background-color: #6A1086;
}
</style>
border-color css
<style>
span { border-color: #6A1086; }
span { border-color: rgb(106,16,134); }
td.TdClassName
{
border-color: #6A1086;
}
.TagClassName
{
border-color: #6A1086;
}
</style>