Shades of Purple #6F096D
Tints of Purple #6F096D
RGB
CMYK
RGB Variations
Color information
#6F096D (or 0x6F096D) is known color: Purple. HEX triplet: 6F, 09 and 6D. RGB value is (111,9,109). Sum of RGB (Red+Green+Blue) = 111+9+109=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F096D is #90F692. Grayscale: #323232. Windows color (decimal): -9500307 or 7145839. OLE color: 7145839.
HSL color Cylindrical-coordinate representation of color #6F096D: hue angle of 301.18º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F096D is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 109 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.56 |
| HSL | 301.18º | 0.85% | 0.24% | - |
| HSV(B) | 301.18º | 0.92% | 0.44% | - |
| XYZ | 9.41 | 4.68 | 14.87 | - |
| YUV | 50.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 109 | 0 | 0.92 | 0.02 | 0.56 | 301.18 | 0.85 | 0.24 |
| Hex | 6F | 9 | 6D | 0 | 5C | 2 | 38 | 12D | 55 | 18 |
| Octal | 157 | 11 | 155 | 0 | 134 | 2 | 70 | 455 | 125 | 30 |
| Binary | 1101111 | 1001 | 1101101 | 0 | 1011100 | 10 | 111000 | 100101101 | 1010101 | 11000 |
Color Harmonies of #6F096D
Complementary color
Monochromatic Colors of #6F096D
Black with #6F096D
Text Example
Text Example
White with #6F096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F096D; }
p { color: rgb(111,9,109); }
H1.HeaderClassName
{
color: #6F096D;
}
.AnyTagClassName
{
color: #6F096D;
}
</style>
background-color css
<style>
a { background-color: #6F096D; }
a { background-color: rgb(111,9,109); }
div.DivClassName
{
background-color: #6F096D;
}
.BgClassName
{
background-color: #6F096D;
}
</style>
border-color css
<style>
span { border-color: #6F096D; }
span { border-color: rgb(111,9,109); }
td.TdClassName
{
border-color: #6F096D;
}
.TagClassName
{
border-color: #6F096D;
}
</style>