Shades of Purple #6A096D
Tints of Purple #6A096D
RGB
CMYK
RGB Variations
Color information
#6A096D (or 0x6A096D) is known color: Purple. HEX triplet: 6A, 09 and 6D. RGB value is (106,9,109). Sum of RGB (Red+Green+Blue) = 106+9+109=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A096D is #95F692. Grayscale: #313131. Windows color (decimal): -9827987 or 7145834. OLE color: 7145834.
HSL color Cylindrical-coordinate representation of color #6A096D: hue angle of 298.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A096D is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 9 | 109 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.57 |
| HSL | 298.2º | 0.85% | 0.23% | - |
| HSV(B) | 298.2º | 0.92% | 0.43% | - |
| XYZ | 8.8 | 4.36 | 14.85 | - |
| YUV | 49.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 109 | 0.03 | 0.92 | 0 | 0.57 | 298.2 | 0.85 | 0.23 |
| Hex | 6A | 9 | 6D | 3 | 5C | 0 | 39 | 12A | 55 | 17 |
| Octal | 152 | 11 | 155 | 3 | 134 | 0 | 71 | 452 | 125 | 27 |
| Binary | 1101010 | 1001 | 1101101 | 11 | 1011100 | 0 | 111001 | 100101010 | 1010101 | 10111 |
Color Harmonies of #6A096D
Complementary color
Monochromatic Colors of #6A096D
Black with #6A096D
Text Example
Text Example
White with #6A096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A096D; }
p { color: rgb(106,9,109); }
H1.HeaderClassName
{
color: #6A096D;
}
.AnyTagClassName
{
color: #6A096D;
}
</style>
background-color css
<style>
a { background-color: #6A096D; }
a { background-color: rgb(106,9,109); }
div.DivClassName
{
background-color: #6A096D;
}
.BgClassName
{
background-color: #6A096D;
}
</style>
border-color css
<style>
span { border-color: #6A096D; }
span { border-color: rgb(106,9,109); }
td.TdClassName
{
border-color: #6A096D;
}
.TagClassName
{
border-color: #6A096D;
}
</style>