Shades of Purple #6F0B90
Tints of Purple #6F0B90
RGB
CMYK
RGB Variations
Color information
#6F0B90 (or 0x6F0B90) is known color: Purple. HEX triplet: 6F, 0B and 90. RGB value is (111,11,144). Sum of RGB (Red+Green+Blue) = 111+11+144=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F0B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0B90 is #90F46F. Grayscale: #373737. Windows color (decimal): -9499760 or 9440111. OLE color: 9440111.
HSL color Cylindrical-coordinate representation of color #6F0B90: hue angle of 285.11º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0B90 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 11 | 144 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.44 |
| HSL | 285.11º | 0.86% | 0.3% | - |
| HSV(B) | 285.11º | 0.92% | 0.56% | - |
| XYZ | 11.71 | 5.63 | 26.86 | - |
| YUV | 56.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 144 | 0.23 | 0.92 | 0 | 0.44 | 285.11 | 0.86 | 0.3 |
| Hex | 6F | B | 90 | 17 | 5C | 0 | 2C | 11D | 56 | 1E |
| Octal | 157 | 13 | 220 | 27 | 134 | 0 | 54 | 435 | 126 | 36 |
| Binary | 1101111 | 1011 | 10010000 | 10111 | 1011100 | 0 | 101100 | 100011101 | 1010110 | 11110 |
Color Harmonies of #6F0B90
Complementary color
Monochromatic Colors of #6F0B90
Black with #6F0B90
Text Example
Text Example
White with #6F0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B90; }
p { color: rgb(111,11,144); }
H1.HeaderClassName
{
color: #6F0B90;
}
.AnyTagClassName
{
color: #6F0B90;
}
</style>
background-color css
<style>
a { background-color: #6F0B90; }
a { background-color: rgb(111,11,144); }
div.DivClassName
{
background-color: #6F0B90;
}
.BgClassName
{
background-color: #6F0B90;
}
</style>
border-color css
<style>
span { border-color: #6F0B90; }
span { border-color: rgb(111,11,144); }
td.TdClassName
{
border-color: #6F0B90;
}
.TagClassName
{
border-color: #6F0B90;
}
</style>