Shades of Purple #6D158F
Tints of Purple #6D158F
RGB
CMYK
RGB Variations
Color information
#6D158F (or 0x6D158F) is known color: Purple. HEX triplet: 6D, 15 and 8F. RGB value is (109,21,143). Sum of RGB (Red+Green+Blue) = 109+21+143=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D158F is #92EA70. Grayscale: #3C3C3C. Windows color (decimal): -9628273 or 9377133. OLE color: 9377133.
HSL color Cylindrical-coordinate representation of color #6D158F: hue angle of 283.28º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D158F is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 21 | 143 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.44 |
| HSL | 283.28º | 0.74% | 0.32% | - |
| HSV(B) | 283.28º | 0.85% | 0.56% | - |
| XYZ | 11.53 | 5.77 | 26.49 | - |
| YUV | 61.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 143 | 0.24 | 0.85 | 0 | 0.44 | 283.28 | 0.74 | 0.32 |
| Hex | 6D | 15 | 8F | 18 | 55 | 0 | 2C | 11B | 4A | 20 |
| Octal | 155 | 25 | 217 | 30 | 125 | 0 | 54 | 433 | 112 | 40 |
| Binary | 1101101 | 10101 | 10001111 | 11000 | 1010101 | 0 | 101100 | 100011011 | 1001010 | 100000 |
Color Harmonies of #6D158F
Complementary color
Monochromatic Colors of #6D158F
Black with #6D158F
Text Example
Text Example
White with #6D158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D158F; }
p { color: rgb(109,21,143); }
H1.HeaderClassName
{
color: #6D158F;
}
.AnyTagClassName
{
color: #6D158F;
}
</style>
background-color css
<style>
a { background-color: #6D158F; }
a { background-color: rgb(109,21,143); }
div.DivClassName
{
background-color: #6D158F;
}
.BgClassName
{
background-color: #6D158F;
}
</style>
border-color css
<style>
span { border-color: #6D158F; }
span { border-color: rgb(109,21,143); }
td.TdClassName
{
border-color: #6D158F;
}
.TagClassName
{
border-color: #6D158F;
}
</style>