Shades of Purple #6D086C
Tints of Purple #6D086C
RGB
CMYK
RGB Variations
Color information
#6D086C (or 0x6D086C) is known color: Purple. HEX triplet: 6D, 08 and 6C. RGB value is (109,8,108). Sum of RGB (Red+Green+Blue) = 109+8+108=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D086C is #92F793. Grayscale: #313131. Windows color (decimal): -9631636 or 7080045. OLE color: 7080045.
HSL color Cylindrical-coordinate representation of color #6D086C: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D086C is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 108 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.57 |
| HSL | 300.59º | 0.86% | 0.23% | - |
| HSV(B) | 300.59º | 0.93% | 0.43% | - |
| XYZ | 9.1 | 4.51 | 14.58 | - |
| YUV | 49.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 108 | 0 | 0.93 | 0.01 | 0.57 | 300.59 | 0.86 | 0.23 |
| Hex | 6D | 8 | 6C | 0 | 5D | 1 | 39 | 12D | 56 | 17 |
| Octal | 155 | 10 | 154 | 0 | 135 | 1 | 71 | 455 | 126 | 27 |
| Binary | 1101101 | 1000 | 1101100 | 0 | 1011101 | 1 | 111001 | 100101101 | 1010110 | 10111 |
Color Harmonies of #6D086C
Complementary color
Monochromatic Colors of #6D086C
Black with #6D086C
Text Example
Text Example
White with #6D086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D086C; }
p { color: rgb(109,8,108); }
H1.HeaderClassName
{
color: #6D086C;
}
.AnyTagClassName
{
color: #6D086C;
}
</style>
background-color css
<style>
a { background-color: #6D086C; }
a { background-color: rgb(109,8,108); }
div.DivClassName
{
background-color: #6D086C;
}
.BgClassName
{
background-color: #6D086C;
}
</style>
border-color css
<style>
span { border-color: #6D086C; }
span { border-color: rgb(109,8,108); }
td.TdClassName
{
border-color: #6D086C;
}
.TagClassName
{
border-color: #6D086C;
}
</style>