Shades of Purple #6B0B7C
Tints of Purple #6B0B7C
RGB
CMYK
RGB Variations
Color information
#6B0B7C (or 0x6B0B7C) is known color: Purple. HEX triplet: 6B, 0B and 7C. RGB value is (107,11,124). Sum of RGB (Red+Green+Blue) = 107+11+124=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B0B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B7C is #94F483. Grayscale: #343434. Windows color (decimal): -9761924 or 8129387. OLE color: 8129387.
HSL color Cylindrical-coordinate representation of color #6B0B7C: hue angle of 290.97º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0B7C is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 11 | 124 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.51 |
| HSL | 290.97º | 0.84% | 0.26% | - |
| HSV(B) | 290.97º | 0.91% | 0.49% | - |
| XYZ | 9.82 | 4.82 | 19.48 | - |
| YUV | 52.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 124 | 0.14 | 0.91 | 0 | 0.51 | 290.97 | 0.84 | 0.26 |
| Hex | 6B | B | 7C | E | 5B | 0 | 33 | 123 | 54 | 1A |
| Octal | 153 | 13 | 174 | 16 | 133 | 0 | 63 | 443 | 124 | 32 |
| Binary | 1101011 | 1011 | 1111100 | 1110 | 1011011 | 0 | 110011 | 100100011 | 1010100 | 11010 |
Color Harmonies of #6B0B7C
Complementary color
Monochromatic Colors of #6B0B7C
Black with #6B0B7C
Text Example
Text Example
White with #6B0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B7C; }
p { color: rgb(107,11,124); }
H1.HeaderClassName
{
color: #6B0B7C;
}
.AnyTagClassName
{
color: #6B0B7C;
}
</style>
background-color css
<style>
a { background-color: #6B0B7C; }
a { background-color: rgb(107,11,124); }
div.DivClassName
{
background-color: #6B0B7C;
}
.BgClassName
{
background-color: #6B0B7C;
}
</style>
border-color css
<style>
span { border-color: #6B0B7C; }
span { border-color: rgb(107,11,124); }
td.TdClassName
{
border-color: #6B0B7C;
}
.TagClassName
{
border-color: #6B0B7C;
}
</style>