Shades of Purple #6D0678
Tints of Purple #6D0678
RGB
CMYK
RGB Variations
Color information
#6D0678 (or 0x6D0678) is known color: Purple. HEX triplet: 6D, 06 and 78. RGB value is (109,6,120). Sum of RGB (Red+Green+Blue) = 109+6+120=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D0678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0678 is #92F987. Grayscale: #313131. Windows color (decimal): -9632136 or 7865965. OLE color: 7865965.
HSL color Cylindrical-coordinate representation of color #6D0678: hue angle of 294.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0678 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 6 | 120 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.53 |
| HSL | 294.21º | 0.9% | 0.25% | - |
| HSV(B) | 294.21º | 0.95% | 0.47% | - |
| XYZ | 9.76 | 4.74 | 18.17 | - |
| YUV | 49.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 120 | 0.09 | 0.95 | 0 | 0.53 | 294.21 | 0.9 | 0.25 |
| Hex | 6D | 6 | 78 | 9 | 5F | 0 | 35 | 126 | 5A | 19 |
| Octal | 155 | 6 | 170 | 11 | 137 | 0 | 65 | 446 | 132 | 31 |
| Binary | 1101101 | 110 | 1111000 | 1001 | 1011111 | 0 | 110101 | 100100110 | 1011010 | 11001 |
Color Harmonies of #6D0678
Complementary color
Monochromatic Colors of #6D0678
Black with #6D0678
Text Example
Text Example
White with #6D0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0678; }
p { color: rgb(109,6,120); }
H1.HeaderClassName
{
color: #6D0678;
}
.AnyTagClassName
{
color: #6D0678;
}
</style>
background-color css
<style>
a { background-color: #6D0678; }
a { background-color: rgb(109,6,120); }
div.DivClassName
{
background-color: #6D0678;
}
.BgClassName
{
background-color: #6D0678;
}
</style>
border-color css
<style>
span { border-color: #6D0678; }
span { border-color: rgb(109,6,120); }
td.TdClassName
{
border-color: #6D0678;
}
.TagClassName
{
border-color: #6D0678;
}
</style>