Shades of Purple #6B108B
Tints of Purple #6B108B
RGB
CMYK
RGB Variations
Color information
#6B108B (or 0x6B108B) is known color: Purple. HEX triplet: 6B, 10 and 8B. RGB value is (107,16,139). Sum of RGB (Red+Green+Blue) = 107+16+139=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B108B is #94EF74. Grayscale: #383838. Windows color (decimal): -9760629 or 9113707. OLE color: 9113707.
HSL color Cylindrical-coordinate representation of color #6B108B: hue angle of 284.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B108B is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 16 | 139 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.45 |
| HSL | 284.39º | 0.79% | 0.3% | - |
| HSV(B) | 284.39º | 0.88% | 0.55% | - |
| XYZ | 10.91 | 5.36 | 24.89 | - |
| YUV | 57.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 139 | 0.23 | 0.88 | 0 | 0.45 | 284.39 | 0.79 | 0.3 |
| Hex | 6B | 10 | 8B | 17 | 58 | 0 | 2D | 11C | 4F | 1E |
| Octal | 153 | 20 | 213 | 27 | 130 | 0 | 55 | 434 | 117 | 36 |
| Binary | 1101011 | 10000 | 10001011 | 10111 | 1011000 | 0 | 101101 | 100011100 | 1001111 | 11110 |
Color Harmonies of #6B108B
Complementary color
Monochromatic Colors of #6B108B
Black with #6B108B
Text Example
Text Example
White with #6B108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B108B; }
p { color: rgb(107,16,139); }
H1.HeaderClassName
{
color: #6B108B;
}
.AnyTagClassName
{
color: #6B108B;
}
</style>
background-color css
<style>
a { background-color: #6B108B; }
a { background-color: rgb(107,16,139); }
div.DivClassName
{
background-color: #6B108B;
}
.BgClassName
{
background-color: #6B108B;
}
</style>
border-color css
<style>
span { border-color: #6B108B; }
span { border-color: rgb(107,16,139); }
td.TdClassName
{
border-color: #6B108B;
}
.TagClassName
{
border-color: #6B108B;
}
</style>