Shades of Purple #6F076C
Tints of Purple #6F076C
RGB
CMYK
RGB Variations
Color information
#6F076C (or 0x6F076C) is known color: Purple. HEX triplet: 6F, 07 and 6C. RGB value is (111,7,108). Sum of RGB (Red+Green+Blue) = 111+7+108=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F076C is #90F893. Grayscale: #313131. Windows color (decimal): -9500820 or 7079791. OLE color: 7079791.
HSL color Cylindrical-coordinate representation of color #6F076C: hue angle of 301.73º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F076C is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.56 |
| HSL | 301.73º | 0.88% | 0.23% | - |
| HSV(B) | 301.73º | 0.94% | 0.44% | - |
| XYZ | 9.34 | 4.61 | 14.59 | - |
| YUV | 49.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 108 | 0 | 0.94 | 0.03 | 0.56 | 301.73 | 0.88 | 0.23 |
| Hex | 6F | 7 | 6C | 0 | 5E | 3 | 38 | 12E | 58 | 17 |
| Octal | 157 | 7 | 154 | 0 | 136 | 3 | 70 | 456 | 130 | 27 |
| Binary | 1101111 | 111 | 1101100 | 0 | 1011110 | 11 | 111000 | 100101110 | 1011000 | 10111 |
Color Harmonies of #6F076C
Complementary color
Monochromatic Colors of #6F076C
Black with #6F076C
Text Example
Text Example
White with #6F076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F076C; }
p { color: rgb(111,7,108); }
H1.HeaderClassName
{
color: #6F076C;
}
.AnyTagClassName
{
color: #6F076C;
}
</style>
background-color css
<style>
a { background-color: #6F076C; }
a { background-color: rgb(111,7,108); }
div.DivClassName
{
background-color: #6F076C;
}
.BgClassName
{
background-color: #6F076C;
}
</style>
border-color css
<style>
span { border-color: #6F076C; }
span { border-color: rgb(111,7,108); }
td.TdClassName
{
border-color: #6F076C;
}
.TagClassName
{
border-color: #6F076C;
}
</style>