Shades of Purple #6A0A89
Tints of Purple #6A0A89
RGB
CMYK
RGB Variations
Color information
#6A0A89 (or 0x6A0A89) is known color: Purple. HEX triplet: 6A, 0A and 89. RGB value is (106,10,137). Sum of RGB (Red+Green+Blue) = 106+10+137=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A0A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0A89 is #95F576. Grayscale: #343434. Windows color (decimal): -9827703 or 8981098. OLE color: 8981098.
HSL color Cylindrical-coordinate representation of color #6A0A89: hue angle of 285.35º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0A89 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 10 | 137 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.46 |
| HSL | 285.35º | 0.86% | 0.29% | - |
| HSV(B) | 285.35º | 0.93% | 0.54% | - |
| XYZ | 10.57 | 5.09 | 24.09 | - |
| YUV | 53.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 137 | 0.23 | 0.93 | 0 | 0.46 | 285.35 | 0.86 | 0.29 |
| Hex | 6A | A | 89 | 17 | 5D | 0 | 2E | 11D | 56 | 1D |
| Octal | 152 | 12 | 211 | 27 | 135 | 0 | 56 | 435 | 126 | 35 |
| Binary | 1101010 | 1010 | 10001001 | 10111 | 1011101 | 0 | 101110 | 100011101 | 1010110 | 11101 |
Color Harmonies of #6A0A89
Complementary color
Monochromatic Colors of #6A0A89
Black with #6A0A89
Text Example
Text Example
White with #6A0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A89; }
p { color: rgb(106,10,137); }
H1.HeaderClassName
{
color: #6A0A89;
}
.AnyTagClassName
{
color: #6A0A89;
}
</style>
background-color css
<style>
a { background-color: #6A0A89; }
a { background-color: rgb(106,10,137); }
div.DivClassName
{
background-color: #6A0A89;
}
.BgClassName
{
background-color: #6A0A89;
}
</style>
border-color css
<style>
span { border-color: #6A0A89; }
span { border-color: rgb(106,10,137); }
td.TdClassName
{
border-color: #6A0A89;
}
.TagClassName
{
border-color: #6A0A89;
}
</style>