Shades of Purple #6F086C
Tints of Purple #6F086C
RGB
CMYK
RGB Variations
Color information
#6F086C (or 0x6F086C) is known color: Purple. HEX triplet: 6F, 08 and 6C. RGB value is (111,8,108). Sum of RGB (Red+Green+Blue) = 111+8+108=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F086C is #90F793. Grayscale: #313131. Windows color (decimal): -9500564 or 7080047. OLE color: 7080047.
HSL color Cylindrical-coordinate representation of color #6F086C: hue angle of 301.75º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F086C is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 108 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.56 |
| HSL | 301.75º | 0.87% | 0.23% | - |
| HSV(B) | 301.75º | 0.93% | 0.44% | - |
| XYZ | 9.35 | 4.64 | 14.59 | - |
| YUV | 50.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 108 | 0 | 0.93 | 0.03 | 0.56 | 301.75 | 0.87 | 0.23 |
| Hex | 6F | 8 | 6C | 0 | 5D | 3 | 38 | 12E | 57 | 17 |
| Octal | 157 | 10 | 154 | 0 | 135 | 3 | 70 | 456 | 127 | 27 |
| Binary | 1101111 | 1000 | 1101100 | 0 | 1011101 | 11 | 111000 | 100101110 | 1010111 | 10111 |
Color Harmonies of #6F086C
Complementary color
Monochromatic Colors of #6F086C
Black with #6F086C
Text Example
Text Example
White with #6F086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F086C; }
p { color: rgb(111,8,108); }
H1.HeaderClassName
{
color: #6F086C;
}
.AnyTagClassName
{
color: #6F086C;
}
</style>
background-color css
<style>
a { background-color: #6F086C; }
a { background-color: rgb(111,8,108); }
div.DivClassName
{
background-color: #6F086C;
}
.BgClassName
{
background-color: #6F086C;
}
</style>
border-color css
<style>
span { border-color: #6F086C; }
span { border-color: rgb(111,8,108); }
td.TdClassName
{
border-color: #6F086C;
}
.TagClassName
{
border-color: #6F086C;
}
</style>