Shades of Purple #6F0694
Tints of Purple #6F0694
RGB
CMYK
RGB Variations
Color information
#6F0694 (or 0x6F0694) is known color: Purple. HEX triplet: 6F, 06 and 94. RGB value is (111,6,148). Sum of RGB (Red+Green+Blue) = 111+6+148=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F0694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0694 is #90F96B. Grayscale: #353535. Windows color (decimal): -9501036 or 9700975. OLE color: 9700975.
HSL color Cylindrical-coordinate representation of color #6F0694: hue angle of 284.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0694 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 6 | 148 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.42 |
| HSL | 284.37º | 0.92% | 0.3% | - |
| HSV(B) | 284.37º | 0.96% | 0.58% | - |
| XYZ | 11.97 | 5.65 | 28.48 | - |
| YUV | 53.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 148 | 0.25 | 0.96 | 0 | 0.42 | 284.37 | 0.92 | 0.3 |
| Hex | 6F | 6 | 94 | 19 | 60 | 0 | 2A | 11C | 5C | 1E |
| Octal | 157 | 6 | 224 | 31 | 140 | 0 | 52 | 434 | 134 | 36 |
| Binary | 1101111 | 110 | 10010100 | 11001 | 1100000 | 0 | 101010 | 100011100 | 1011100 | 11110 |
Color Harmonies of #6F0694
Complementary color
Monochromatic Colors of #6F0694
Black with #6F0694
Text Example
Text Example
White with #6F0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0694; }
p { color: rgb(111,6,148); }
H1.HeaderClassName
{
color: #6F0694;
}
.AnyTagClassName
{
color: #6F0694;
}
</style>
background-color css
<style>
a { background-color: #6F0694; }
a { background-color: rgb(111,6,148); }
div.DivClassName
{
background-color: #6F0694;
}
.BgClassName
{
background-color: #6F0694;
}
</style>
border-color css
<style>
span { border-color: #6F0694; }
span { border-color: rgb(111,6,148); }
td.TdClassName
{
border-color: #6F0694;
}
.TagClassName
{
border-color: #6F0694;
}
</style>