Shades of Purple #6D167C
Tints of Purple #6D167C
RGB
CMYK
RGB Variations
Color information
#6D167C (or 0x6D167C) is known color: Purple. HEX triplet: 6D, 16 and 7C. RGB value is (109,22,124). Sum of RGB (Red+Green+Blue) = 109+22+124=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D167C is #92E983. Grayscale: #3B3B3B. Windows color (decimal): -9628036 or 8132205. OLE color: 8132205.
HSL color Cylindrical-coordinate representation of color #6D167C: hue angle of 291.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D167C is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 22 | 124 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.51 |
| HSL | 291.18º | 0.7% | 0.29% | - |
| HSV(B) | 291.18º | 0.82% | 0.49% | - |
| XYZ | 10.23 | 5.28 | 19.55 | - |
| YUV | 59.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 124 | 0.12 | 0.82 | 0 | 0.51 | 291.18 | 0.7 | 0.29 |
| Hex | 6D | 16 | 7C | C | 52 | 0 | 33 | 123 | 46 | 1D |
| Octal | 155 | 26 | 174 | 14 | 122 | 0 | 63 | 443 | 106 | 35 |
| Binary | 1101101 | 10110 | 1111100 | 1100 | 1010010 | 0 | 110011 | 100100011 | 1000110 | 11101 |
Color Harmonies of #6D167C
Complementary color
Monochromatic Colors of #6D167C
Black with #6D167C
Text Example
Text Example
White with #6D167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D167C; }
p { color: rgb(109,22,124); }
H1.HeaderClassName
{
color: #6D167C;
}
.AnyTagClassName
{
color: #6D167C;
}
</style>
background-color css
<style>
a { background-color: #6D167C; }
a { background-color: rgb(109,22,124); }
div.DivClassName
{
background-color: #6D167C;
}
.BgClassName
{
background-color: #6D167C;
}
</style>
border-color css
<style>
span { border-color: #6D167C; }
span { border-color: rgb(109,22,124); }
td.TdClassName
{
border-color: #6D167C;
}
.TagClassName
{
border-color: #6D167C;
}
</style>