Shades of Purple #6F109B
Tints of Purple #6F109B
RGB
CMYK
RGB Variations
Color information
#6F109B (or 0x6F109B) is known color: Purple. HEX triplet: 6F, 10 and 9B. RGB value is (111,16,155). Sum of RGB (Red+Green+Blue) = 111+16+155=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F109B is #90EF64. Grayscale: #3B3B3B. Windows color (decimal): -9498469 or 10162287. OLE color: 10162287.
HSL color Cylindrical-coordinate representation of color #6F109B: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F109B is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 16 | 155 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.39 |
| HSL | 281.01º | 0.81% | 0.34% | - |
| HSV(B) | 281.01º | 0.9% | 0.61% | - |
| XYZ | 12.66 | 6.12 | 31.52 | - |
| YUV | 60.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 155 | 0.28 | 0.90 | 0 | 0.39 | 281.01 | 0.81 | 0.34 |
| Hex | 6F | 10 | 9B | 1C | 5A | 0 | 27 | 119 | 51 | 22 |
| Octal | 157 | 20 | 233 | 34 | 132 | 0 | 47 | 431 | 121 | 42 |
| Binary | 1101111 | 10000 | 10011011 | 11100 | 1011010 | 0 | 100111 | 100011001 | 1010001 | 100010 |
Color Harmonies of #6F109B
Complementary color
Monochromatic Colors of #6F109B
Black with #6F109B
Text Example
Text Example
White with #6F109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F109B; }
p { color: rgb(111,16,155); }
H1.HeaderClassName
{
color: #6F109B;
}
.AnyTagClassName
{
color: #6F109B;
}
</style>
background-color css
<style>
a { background-color: #6F109B; }
a { background-color: rgb(111,16,155); }
div.DivClassName
{
background-color: #6F109B;
}
.BgClassName
{
background-color: #6F109B;
}
</style>
border-color css
<style>
span { border-color: #6F109B; }
span { border-color: rgb(111,16,155); }
td.TdClassName
{
border-color: #6F109B;
}
.TagClassName
{
border-color: #6F109B;
}
</style>