Shades of Purple #6F088F
Tints of Purple #6F088F
RGB
CMYK
RGB Variations
Color information
#6F088F (or 0x6F088F) is known color: Purple. HEX triplet: 6F, 08 and 8F. RGB value is (111,8,143). Sum of RGB (Red+Green+Blue) = 111+8+143=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F088F is #90F770. Grayscale: #353535. Windows color (decimal): -9500529 or 9373807. OLE color: 9373807.
HSL color Cylindrical-coordinate representation of color #6F088F: hue angle of 285.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F088F is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 8 | 143 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.44 |
| HSL | 285.78º | 0.89% | 0.3% | - |
| HSV(B) | 285.78º | 0.94% | 0.56% | - |
| XYZ | 11.6 | 5.54 | 26.44 | - |
| YUV | 54.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 143 | 0.22 | 0.94 | 0 | 0.44 | 285.78 | 0.89 | 0.3 |
| Hex | 6F | 8 | 8F | 16 | 5E | 0 | 2C | 11E | 59 | 1E |
| Octal | 157 | 10 | 217 | 26 | 136 | 0 | 54 | 436 | 131 | 36 |
| Binary | 1101111 | 1000 | 10001111 | 10110 | 1011110 | 0 | 101100 | 100011110 | 1011001 | 11110 |
Color Harmonies of #6F088F
Complementary color
Monochromatic Colors of #6F088F
Black with #6F088F
Text Example
Text Example
White with #6F088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F088F; }
p { color: rgb(111,8,143); }
H1.HeaderClassName
{
color: #6F088F;
}
.AnyTagClassName
{
color: #6F088F;
}
</style>
background-color css
<style>
a { background-color: #6F088F; }
a { background-color: rgb(111,8,143); }
div.DivClassName
{
background-color: #6F088F;
}
.BgClassName
{
background-color: #6F088F;
}
</style>
border-color css
<style>
span { border-color: #6F088F; }
span { border-color: rgb(111,8,143); }
td.TdClassName
{
border-color: #6F088F;
}
.TagClassName
{
border-color: #6F088F;
}
</style>