Shades of Purple #6B0B6D
Tints of Purple #6B0B6D
RGB
CMYK
RGB Variations
Color information
#6B0B6D (or 0x6B0B6D) is known color: Purple. HEX triplet: 6B, 0B and 6D. RGB value is (107,11,109). Sum of RGB (Red+Green+Blue) = 107+11+109=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B6D is #94F492. Grayscale: #323232. Windows color (decimal): -9761939 or 7146347. OLE color: 7146347.
HSL color Cylindrical-coordinate representation of color #6B0B6D: hue angle of 298.78º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B6D is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 11 | 109 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.57 |
| HSL | 298.78º | 0.82% | 0.24% | - |
| HSV(B) | 298.78º | 0.9% | 0.43% | - |
| XYZ | 8.94 | 4.47 | 14.86 | - |
| YUV | 50.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 109 | 0.02 | 0.90 | 0 | 0.57 | 298.78 | 0.82 | 0.24 |
| Hex | 6B | B | 6D | 2 | 5A | 0 | 39 | 12B | 52 | 18 |
| Octal | 153 | 13 | 155 | 2 | 132 | 0 | 71 | 453 | 122 | 30 |
| Binary | 1101011 | 1011 | 1101101 | 10 | 1011010 | 0 | 111001 | 100101011 | 1010010 | 11000 |
Color Harmonies of #6B0B6D
Complementary color
Monochromatic Colors of #6B0B6D
Black with #6B0B6D
Text Example
Text Example
White with #6B0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B6D; }
p { color: rgb(107,11,109); }
H1.HeaderClassName
{
color: #6B0B6D;
}
.AnyTagClassName
{
color: #6B0B6D;
}
</style>
background-color css
<style>
a { background-color: #6B0B6D; }
a { background-color: rgb(107,11,109); }
div.DivClassName
{
background-color: #6B0B6D;
}
.BgClassName
{
background-color: #6B0B6D;
}
</style>
border-color css
<style>
span { border-color: #6B0B6D; }
span { border-color: rgb(107,11,109); }
td.TdClassName
{
border-color: #6B0B6D;
}
.TagClassName
{
border-color: #6B0B6D;
}
</style>