Shades of Purple #6B1091
Tints of Purple #6B1091
RGB
CMYK
RGB Variations
Color information
#6B1091 (or 0x6B1091) is known color: Purple. HEX triplet: 6B, 10 and 91. RGB value is (107,16,145). Sum of RGB (Red+Green+Blue) = 107+16+145=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B1091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1091 is #94EF6E. Grayscale: #393939. Windows color (decimal): -9760623 or 9506923. OLE color: 9506923.
HSL color Cylindrical-coordinate representation of color #6B1091: hue angle of 282.33º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1091 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 16 | 145 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.43 |
| HSL | 282.33º | 0.8% | 0.32% | - |
| HSV(B) | 282.33º | 0.89% | 0.57% | - |
| XYZ | 11.36 | 5.54 | 27.26 | - |
| YUV | 57.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 145 | 0.26 | 0.89 | 0 | 0.43 | 282.33 | 0.8 | 0.32 |
| Hex | 6B | 10 | 91 | 1A | 59 | 0 | 2B | 11A | 50 | 20 |
| Octal | 153 | 20 | 221 | 32 | 131 | 0 | 53 | 432 | 120 | 40 |
| Binary | 1101011 | 10000 | 10010001 | 11010 | 1011001 | 0 | 101011 | 100011010 | 1010000 | 100000 |
Color Harmonies of #6B1091
Complementary color
Monochromatic Colors of #6B1091
Black with #6B1091
Text Example
Text Example
White with #6B1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1091; }
p { color: rgb(107,16,145); }
H1.HeaderClassName
{
color: #6B1091;
}
.AnyTagClassName
{
color: #6B1091;
}
</style>
background-color css
<style>
a { background-color: #6B1091; }
a { background-color: rgb(107,16,145); }
div.DivClassName
{
background-color: #6B1091;
}
.BgClassName
{
background-color: #6B1091;
}
</style>
border-color css
<style>
span { border-color: #6B1091; }
span { border-color: rgb(107,16,145); }
td.TdClassName
{
border-color: #6B1091;
}
.TagClassName
{
border-color: #6B1091;
}
</style>