Shades of Purple #6F097F
Tints of Purple #6F097F
RGB
CMYK
RGB Variations
Color information
#6F097F (or 0x6F097F) is known color: Purple. HEX triplet: 6F, 09 and 7F. RGB value is (111,9,127). Sum of RGB (Red+Green+Blue) = 111+9+127=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F097F is #90F680. Grayscale: #343434. Windows color (decimal): -9500289 or 8325487. OLE color: 8325487.
HSL color Cylindrical-coordinate representation of color #6F097F: hue angle of 291.86º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F097F is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 9 | 127 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.50 |
| HSL | 291.86º | 0.87% | 0.27% | - |
| HSV(B) | 291.86º | 0.93% | 0.5% | - |
| XYZ | 10.48 | 5.11 | 20.51 | - |
| YUV | 52.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 127 | 0.13 | 0.93 | 0 | 0.50 | 291.86 | 0.87 | 0.27 |
| Hex | 6F | 9 | 7F | D | 5D | 0 | 32 | 124 | 57 | 1B |
| Octal | 157 | 11 | 177 | 15 | 135 | 0 | 62 | 444 | 127 | 33 |
| Binary | 1101111 | 1001 | 1111111 | 1101 | 1011101 | 0 | 110010 | 100100100 | 1010111 | 11011 |
Color Harmonies of #6F097F
Complementary color
Monochromatic Colors of #6F097F
Black with #6F097F
Text Example
Text Example
White with #6F097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F097F; }
p { color: rgb(111,9,127); }
H1.HeaderClassName
{
color: #6F097F;
}
.AnyTagClassName
{
color: #6F097F;
}
</style>
background-color css
<style>
a { background-color: #6F097F; }
a { background-color: rgb(111,9,127); }
div.DivClassName
{
background-color: #6F097F;
}
.BgClassName
{
background-color: #6F097F;
}
</style>
border-color css
<style>
span { border-color: #6F097F; }
span { border-color: rgb(111,9,127); }
td.TdClassName
{
border-color: #6F097F;
}
.TagClassName
{
border-color: #6F097F;
}
</style>