Shades of Purple #6D0170
Tints of Purple #6D0170
RGB
CMYK
RGB Variations
Color information
#6D0170 (or 0x6D0170) is known color: Purple. HEX triplet: 6D, 01 and 70. RGB value is (109,1,112). Sum of RGB (Red+Green+Blue) = 109+1+112=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0170 is #92FE8F. Grayscale: #2D2D2D. Windows color (decimal): -9633424 or 7340397. OLE color: 7340397.
HSL color Cylindrical-coordinate representation of color #6D0170: hue angle of 298.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0170 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 1 | 112 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.56 |
| HSL | 298.38º | 0.98% | 0.22% | - |
| HSV(B) | 298.38º | 0.99% | 0.44% | - |
| XYZ | 9.24 | 4.44 | 15.7 | - |
| YUV | 45.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 112 | 0.03 | 0.99 | 0 | 0.56 | 298.38 | 0.98 | 0.22 |
| Hex | 6D | 1 | 70 | 3 | 63 | 0 | 38 | 12A | 62 | 16 |
| Octal | 155 | 1 | 160 | 3 | 143 | 0 | 70 | 452 | 142 | 26 |
| Binary | 1101101 | 1 | 1110000 | 11 | 1100011 | 0 | 111000 | 100101010 | 1100010 | 10110 |
Color Harmonies of #6D0170
Complementary color
Monochromatic Colors of #6D0170
Black with #6D0170
Text Example
Text Example
White with #6D0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0170; }
p { color: rgb(109,1,112); }
H1.HeaderClassName
{
color: #6D0170;
}
.AnyTagClassName
{
color: #6D0170;
}
</style>
background-color css
<style>
a { background-color: #6D0170; }
a { background-color: rgb(109,1,112); }
div.DivClassName
{
background-color: #6D0170;
}
.BgClassName
{
background-color: #6D0170;
}
</style>
border-color css
<style>
span { border-color: #6D0170; }
span { border-color: rgb(109,1,112); }
td.TdClassName
{
border-color: #6D0170;
}
.TagClassName
{
border-color: #6D0170;
}
</style>