Shades of Purple #6A1080
Tints of Purple #6A1080
RGB
CMYK
RGB Variations
Color information
#6A1080 (or 0x6A1080) is known color: Purple. HEX triplet: 6A, 10 and 80. RGB value is (106,16,128). Sum of RGB (Red+Green+Blue) = 106+16+128=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A1080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1080 is #95EF7F. Grayscale: #373737. Windows color (decimal): -9826176 or 8392810. OLE color: 8392810.
HSL color Cylindrical-coordinate representation of color #6A1080: hue angle of 288.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1080 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 16 | 128 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.50 |
| HSL | 288.21º | 0.78% | 0.28% | - |
| HSV(B) | 288.21º | 0.88% | 0.5% | - |
| XYZ | 10.03 | 4.99 | 20.86 | - |
| YUV | 55.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 128 | 0.17 | 0.88 | 0 | 0.50 | 288.21 | 0.78 | 0.28 |
| Hex | 6A | 10 | 80 | 11 | 58 | 0 | 32 | 120 | 4E | 1C |
| Octal | 152 | 20 | 200 | 21 | 130 | 0 | 62 | 440 | 116 | 34 |
| Binary | 1101010 | 10000 | 10000000 | 10001 | 1011000 | 0 | 110010 | 100100000 | 1001110 | 11100 |
Color Harmonies of #6A1080
Complementary color
Monochromatic Colors of #6A1080
Black with #6A1080
Text Example
Text Example
White with #6A1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1080; }
p { color: rgb(106,16,128); }
H1.HeaderClassName
{
color: #6A1080;
}
.AnyTagClassName
{
color: #6A1080;
}
</style>
background-color css
<style>
a { background-color: #6A1080; }
a { background-color: rgb(106,16,128); }
div.DivClassName
{
background-color: #6A1080;
}
.BgClassName
{
background-color: #6A1080;
}
</style>
border-color css
<style>
span { border-color: #6A1080; }
span { border-color: rgb(106,16,128); }
td.TdClassName
{
border-color: #6A1080;
}
.TagClassName
{
border-color: #6A1080;
}
</style>