Shades of Purple #6B0B8D
Tints of Purple #6B0B8D
RGB
CMYK
RGB Variations
Color information
#6B0B8D (or 0x6B0B8D) is known color: Purple. HEX triplet: 6B, 0B and 8D. RGB value is (107,11,141). Sum of RGB (Red+Green+Blue) = 107+11+141=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B0B8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0B8D is #94F472. Grayscale: #363636. Windows color (decimal): -9761907 or 9243499. OLE color: 9243499.
HSL color Cylindrical-coordinate representation of color #6B0B8D: hue angle of 284.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0B8D is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 11 | 141 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.45 |
| HSL | 284.31º | 0.86% | 0.3% | - |
| HSV(B) | 284.31º | 0.92% | 0.55% | - |
| XYZ | 10.99 | 5.29 | 25.64 | - |
| YUV | 54.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 141 | 0.24 | 0.92 | 0 | 0.45 | 284.31 | 0.86 | 0.3 |
| Hex | 6B | B | 8D | 18 | 5C | 0 | 2D | 11C | 56 | 1E |
| Octal | 153 | 13 | 215 | 30 | 134 | 0 | 55 | 434 | 126 | 36 |
| Binary | 1101011 | 1011 | 10001101 | 11000 | 1011100 | 0 | 101101 | 100011100 | 1010110 | 11110 |
Color Harmonies of #6B0B8D
Complementary color
Monochromatic Colors of #6B0B8D
Black with #6B0B8D
Text Example
Text Example
White with #6B0B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B8D; }
p { color: rgb(107,11,141); }
H1.HeaderClassName
{
color: #6B0B8D;
}
.AnyTagClassName
{
color: #6B0B8D;
}
</style>
background-color css
<style>
a { background-color: #6B0B8D; }
a { background-color: rgb(107,11,141); }
div.DivClassName
{
background-color: #6B0B8D;
}
.BgClassName
{
background-color: #6B0B8D;
}
</style>
border-color css
<style>
span { border-color: #6B0B8D; }
span { border-color: rgb(107,11,141); }
td.TdClassName
{
border-color: #6B0B8D;
}
.TagClassName
{
border-color: #6B0B8D;
}
</style>