Shades of Purple #6D158C
Tints of Purple #6D158C
RGB
CMYK
RGB Variations
Color information
#6D158C (or 0x6D158C) is known color: Purple. HEX triplet: 6D, 15 and 8C. RGB value is (109,21,140). Sum of RGB (Red+Green+Blue) = 109+21+140=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D158C is #92EA73. Grayscale: #3C3C3C. Windows color (decimal): -9628276 or 9180525. OLE color: 9180525.
HSL color Cylindrical-coordinate representation of color #6D158C: hue angle of 284.37º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D158C is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 21 | 140 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.45 |
| HSL | 284.37º | 0.74% | 0.32% | - |
| HSV(B) | 284.37º | 0.85% | 0.55% | - |
| XYZ | 11.31 | 5.68 | 25.31 | - |
| YUV | 60.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 140 | 0.22 | 0.85 | 0 | 0.45 | 284.37 | 0.74 | 0.32 |
| Hex | 6D | 15 | 8C | 16 | 55 | 0 | 2D | 11C | 4A | 20 |
| Octal | 155 | 25 | 214 | 26 | 125 | 0 | 55 | 434 | 112 | 40 |
| Binary | 1101101 | 10101 | 10001100 | 10110 | 1010101 | 0 | 101101 | 100011100 | 1001010 | 100000 |
Color Harmonies of #6D158C
Complementary color
Monochromatic Colors of #6D158C
Black with #6D158C
Text Example
Text Example
White with #6D158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D158C; }
p { color: rgb(109,21,140); }
H1.HeaderClassName
{
color: #6D158C;
}
.AnyTagClassName
{
color: #6D158C;
}
</style>
background-color css
<style>
a { background-color: #6D158C; }
a { background-color: rgb(109,21,140); }
div.DivClassName
{
background-color: #6D158C;
}
.BgClassName
{
background-color: #6D158C;
}
</style>
border-color css
<style>
span { border-color: #6D158C; }
span { border-color: rgb(109,21,140); }
td.TdClassName
{
border-color: #6D158C;
}
.TagClassName
{
border-color: #6D158C;
}
</style>