Shades of Purple #6F0994
Tints of Purple #6F0994
RGB
CMYK
RGB Variations
Color information
#6F0994 (or 0x6F0994) is known color: Purple. HEX triplet: 6F, 09 and 94. RGB value is (111,9,148). Sum of RGB (Red+Green+Blue) = 111+9+148=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F0994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0994 is #90F66B. Grayscale: #363636. Windows color (decimal): -9500268 or 9701743. OLE color: 9701743.
HSL color Cylindrical-coordinate representation of color #6F0994: hue angle of 284.03º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0994 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 9 | 148 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.42 |
| HSL | 284.03º | 0.89% | 0.31% | - |
| HSV(B) | 284.03º | 0.94% | 0.58% | - |
| XYZ | 12 | 5.71 | 28.49 | - |
| YUV | 55.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 148 | 0.25 | 0.94 | 0 | 0.42 | 284.03 | 0.89 | 0.31 |
| Hex | 6F | 9 | 94 | 19 | 5E | 0 | 2A | 11C | 59 | 1F |
| Octal | 157 | 11 | 224 | 31 | 136 | 0 | 52 | 434 | 131 | 37 |
| Binary | 1101111 | 1001 | 10010100 | 11001 | 1011110 | 0 | 101010 | 100011100 | 1011001 | 11111 |
Color Harmonies of #6F0994
Complementary color
Monochromatic Colors of #6F0994
Black with #6F0994
Text Example
Text Example
White with #6F0994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0994; }
p { color: rgb(111,9,148); }
H1.HeaderClassName
{
color: #6F0994;
}
.AnyTagClassName
{
color: #6F0994;
}
</style>
background-color css
<style>
a { background-color: #6F0994; }
a { background-color: rgb(111,9,148); }
div.DivClassName
{
background-color: #6F0994;
}
.BgClassName
{
background-color: #6F0994;
}
</style>
border-color css
<style>
span { border-color: #6F0994; }
span { border-color: rgb(111,9,148); }
td.TdClassName
{
border-color: #6F0994;
}
.TagClassName
{
border-color: #6F0994;
}
</style>