Shades of Purple #6B138B
Tints of Purple #6B138B
RGB
CMYK
RGB Variations
Color information
#6B138B (or 0x6B138B) is known color: Purple. HEX triplet: 6B, 13 and 8B. RGB value is (107,19,139). Sum of RGB (Red+Green+Blue) = 107+19+139=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B138B is #94EC74. Grayscale: #3A3A3A. Windows color (decimal): -9759861 or 9114475. OLE color: 9114475.
HSL color Cylindrical-coordinate representation of color #6B138B: hue angle of 284º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B138B is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 19 | 139 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.45 |
| HSL | 284º | 0.76% | 0.31% | - |
| HSV(B) | 284º | 0.86% | 0.55% | - |
| XYZ | 10.96 | 5.46 | 24.9 | - |
| YUV | 58.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 139 | 0.23 | 0.86 | 0 | 0.45 | 284 | 0.76 | 0.31 |
| Hex | 6B | 13 | 8B | 17 | 56 | 0 | 2D | 11C | 4C | 1F |
| Octal | 153 | 23 | 213 | 27 | 126 | 0 | 55 | 434 | 114 | 37 |
| Binary | 1101011 | 10011 | 10001011 | 10111 | 1010110 | 0 | 101101 | 100011100 | 1001100 | 11111 |
Color Harmonies of #6B138B
Complementary color
Monochromatic Colors of #6B138B
Black with #6B138B
Text Example
Text Example
White with #6B138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B138B; }
p { color: rgb(107,19,139); }
H1.HeaderClassName
{
color: #6B138B;
}
.AnyTagClassName
{
color: #6B138B;
}
</style>
background-color css
<style>
a { background-color: #6B138B; }
a { background-color: rgb(107,19,139); }
div.DivClassName
{
background-color: #6B138B;
}
.BgClassName
{
background-color: #6B138B;
}
</style>
border-color css
<style>
span { border-color: #6B138B; }
span { border-color: rgb(107,19,139); }
td.TdClassName
{
border-color: #6B138B;
}
.TagClassName
{
border-color: #6B138B;
}
</style>