Shades of Purple #6A0B6E
Tints of Purple #6A0B6E
RGB
CMYK
RGB Variations
Color information
#6A0B6E (or 0x6A0B6E) is known color: Purple. HEX triplet: 6A, 0B and 6E. RGB value is (106,11,110). Sum of RGB (Red+Green+Blue) = 106+11+110=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A0B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B6E is #95F491. Grayscale: #323232. Windows color (decimal): -9827474 or 7211882. OLE color: 7211882.
HSL color Cylindrical-coordinate representation of color #6A0B6E: hue angle of 297.58º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B6E is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 11 | 110 | - |
| CMYK | 0.04 | 0.9 | 0 | 0.57 |
| HSL | 297.58º | 0.82% | 0.24% | - |
| HSV(B) | 297.58º | 0.9% | 0.43% | - |
| XYZ | 8.88 | 4.43 | 15.14 | - |
| YUV | 50.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 110 | 0.04 | 0.9 | 0 | 0.57 | 297.58 | 0.82 | 0.24 |
| Hex | 6A | B | 6E | 4 | 5A | 0 | 39 | 12A | 52 | 18 |
| Octal | 152 | 13 | 156 | 4 | 132 | 0 | 71 | 452 | 122 | 30 |
| Binary | 1101010 | 1011 | 1101110 | 100 | 1011010 | 0 | 111001 | 100101010 | 1010010 | 11000 |
Color Harmonies of #6A0B6E
Complementary color
Monochromatic Colors of #6A0B6E
Black with #6A0B6E
Text Example
Text Example
White with #6A0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0B6E; }
p { color: rgb(106,11,110); }
H1.HeaderClassName
{
color: #6A0B6E;
}
.AnyTagClassName
{
color: #6A0B6E;
}
</style>
background-color css
<style>
a { background-color: #6A0B6E; }
a { background-color: rgb(106,11,110); }
div.DivClassName
{
background-color: #6A0B6E;
}
.BgClassName
{
background-color: #6A0B6E;
}
</style>
border-color css
<style>
span { border-color: #6A0B6E; }
span { border-color: rgb(106,11,110); }
td.TdClassName
{
border-color: #6A0B6E;
}
.TagClassName
{
border-color: #6A0B6E;
}
</style>