Shades of Purple #6A0E6F
Tints of Purple #6A0E6F
RGB
CMYK
RGB Variations
Color information
#6A0E6F (or 0x6A0E6F) is known color: Purple. HEX triplet: 6A, 0E and 6F. RGB value is (106,14,111). Sum of RGB (Red+Green+Blue) = 106+14+111=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A0E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E6F is #95F190. Grayscale: #343434. Windows color (decimal): -9826705 or 7278186. OLE color: 7278186.
HSL color Cylindrical-coordinate representation of color #6A0E6F: hue angle of 296.91º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A0E6F is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 14 | 111 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.56 |
| HSL | 296.91º | 0.78% | 0.25% | - |
| HSV(B) | 296.91º | 0.87% | 0.44% | - |
| XYZ | 8.97 | 4.53 | 15.44 | - |
| YUV | 52.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 111 | 0.05 | 0.87 | 0 | 0.56 | 296.91 | 0.78 | 0.25 |
| Hex | 6A | E | 6F | 5 | 57 | 0 | 38 | 129 | 4E | 19 |
| Octal | 152 | 16 | 157 | 5 | 127 | 0 | 70 | 451 | 116 | 31 |
| Binary | 1101010 | 1110 | 1101111 | 101 | 1010111 | 0 | 111000 | 100101001 | 1001110 | 11001 |
Color Harmonies of #6A0E6F
Complementary color
Monochromatic Colors of #6A0E6F
Black with #6A0E6F
Text Example
Text Example
White with #6A0E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0E6F; }
p { color: rgb(106,14,111); }
H1.HeaderClassName
{
color: #6A0E6F;
}
.AnyTagClassName
{
color: #6A0E6F;
}
</style>
background-color css
<style>
a { background-color: #6A0E6F; }
a { background-color: rgb(106,14,111); }
div.DivClassName
{
background-color: #6A0E6F;
}
.BgClassName
{
background-color: #6A0E6F;
}
</style>
border-color css
<style>
span { border-color: #6A0E6F; }
span { border-color: rgb(106,14,111); }
td.TdClassName
{
border-color: #6A0E6F;
}
.TagClassName
{
border-color: #6A0E6F;
}
</style>