Shades of Purple #6A0A79
Tints of Purple #6A0A79
RGB
CMYK
RGB Variations
Color information
#6A0A79 (or 0x6A0A79) is known color: Purple. HEX triplet: 6A, 0A and 79. RGB value is (106,10,121). Sum of RGB (Red+Green+Blue) = 106+10+121=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A0A79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0A79 is #95F586. Grayscale: #333333. Windows color (decimal): -9827719 or 7932522. OLE color: 7932522.
HSL color Cylindrical-coordinate representation of color #6A0A79: hue angle of 291.89º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0A79 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 10 | 121 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.53 |
| HSL | 291.89º | 0.85% | 0.26% | - |
| HSV(B) | 291.89º | 0.92% | 0.47% | - |
| XYZ | 9.5 | 4.66 | 18.49 | - |
| YUV | 51.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 121 | 0.12 | 0.92 | 0 | 0.53 | 291.89 | 0.85 | 0.26 |
| Hex | 6A | A | 79 | C | 5C | 0 | 35 | 124 | 55 | 1A |
| Octal | 152 | 12 | 171 | 14 | 134 | 0 | 65 | 444 | 125 | 32 |
| Binary | 1101010 | 1010 | 1111001 | 1100 | 1011100 | 0 | 110101 | 100100100 | 1010101 | 11010 |
Color Harmonies of #6A0A79
Complementary color
Monochromatic Colors of #6A0A79
Black with #6A0A79
Text Example
Text Example
White with #6A0A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A79; }
p { color: rgb(106,10,121); }
H1.HeaderClassName
{
color: #6A0A79;
}
.AnyTagClassName
{
color: #6A0A79;
}
</style>
background-color css
<style>
a { background-color: #6A0A79; }
a { background-color: rgb(106,10,121); }
div.DivClassName
{
background-color: #6A0A79;
}
.BgClassName
{
background-color: #6A0A79;
}
</style>
border-color css
<style>
span { border-color: #6A0A79; }
span { border-color: rgb(106,10,121); }
td.TdClassName
{
border-color: #6A0A79;
}
.TagClassName
{
border-color: #6A0A79;
}
</style>