Shades of Purple #6B078B
Tints of Purple #6B078B
RGB
CMYK
RGB Variations
Color information
#6B078B (or 0x6B078B) is known color: Purple. HEX triplet: 6B, 07 and 8B. RGB value is (107,7,139). Sum of RGB (Red+Green+Blue) = 107+7+139=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B078B is #94F874. Grayscale: #333333. Windows color (decimal): -9762933 or 9111403. OLE color: 9111403.
HSL color Cylindrical-coordinate representation of color #6B078B: hue angle of 285.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B078B is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 7 | 139 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.45 |
| HSL | 285.45º | 0.9% | 0.29% | - |
| HSV(B) | 285.45º | 0.95% | 0.55% | - |
| XYZ | 10.8 | 5.14 | 24.85 | - |
| YUV | 51.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 139 | 0.23 | 0.95 | 0 | 0.45 | 285.45 | 0.9 | 0.29 |
| Hex | 6B | 7 | 8B | 17 | 5F | 0 | 2D | 11D | 5A | 1D |
| Octal | 153 | 7 | 213 | 27 | 137 | 0 | 55 | 435 | 132 | 35 |
| Binary | 1101011 | 111 | 10001011 | 10111 | 1011111 | 0 | 101101 | 100011101 | 1011010 | 11101 |
Color Harmonies of #6B078B
Complementary color
Monochromatic Colors of #6B078B
Black with #6B078B
Text Example
Text Example
White with #6B078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B078B; }
p { color: rgb(107,7,139); }
H1.HeaderClassName
{
color: #6B078B;
}
.AnyTagClassName
{
color: #6B078B;
}
</style>
background-color css
<style>
a { background-color: #6B078B; }
a { background-color: rgb(107,7,139); }
div.DivClassName
{
background-color: #6B078B;
}
.BgClassName
{
background-color: #6B078B;
}
</style>
border-color css
<style>
span { border-color: #6B078B; }
span { border-color: rgb(107,7,139); }
td.TdClassName
{
border-color: #6B078B;
}
.TagClassName
{
border-color: #6B078B;
}
</style>