Shades of Purple #6D0070
Tints of Purple #6D0070
RGB
CMYK
RGB Variations
Color information
#6D0070 (or 0x6D0070) is known color: Purple. HEX triplet: 6D, 00 and 70. RGB value is (109,0,112). Sum of RGB (Red+Green+Blue) = 109+0+112=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0070 is #92FF8F. Grayscale: #2D2D2D. Windows color (decimal): -9633680 or 7340141. OLE color: 7340141.
HSL color Cylindrical-coordinate representation of color #6D0070: hue angle of 298.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0070 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 0 | 112 | - |
| CMYK | 0.03 | 1 | 0 | 0.56 |
| HSL | 298.39º | 1% | 0.22% | - |
| HSV(B) | 298.39º | 1% | 0.44% | - |
| XYZ | 9.23 | 4.42 | 15.7 | - |
| YUV | 45.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 112 | 0.03 | 1 | 0 | 0.56 | 298.39 | 1 | 0.22 |
| Hex | 6D | 0 | 70 | 3 | 64 | 0 | 38 | 12A | 64 | 16 |
| Octal | 155 | 0 | 160 | 3 | 144 | 0 | 70 | 452 | 144 | 26 |
| Binary | 1101101 | 0 | 1110000 | 11 | 1100100 | 0 | 111000 | 100101010 | 1100100 | 10110 |
Color Harmonies of #6D0070
Complementary color
Monochromatic Colors of #6D0070
Black with #6D0070
Text Example
Text Example
White with #6D0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0070; }
p { color: rgb(109,0,112); }
H1.HeaderClassName
{
color: #6D0070;
}
.AnyTagClassName
{
color: #6D0070;
}
</style>
background-color css
<style>
a { background-color: #6D0070; }
a { background-color: rgb(109,0,112); }
div.DivClassName
{
background-color: #6D0070;
}
.BgClassName
{
background-color: #6D0070;
}
</style>
border-color css
<style>
span { border-color: #6D0070; }
span { border-color: rgb(109,0,112); }
td.TdClassName
{
border-color: #6D0070;
}
.TagClassName
{
border-color: #6D0070;
}
</style>