Shades of Purple #6D016B
Tints of Purple #6D016B
RGB
CMYK
RGB Variations
Color information
#6D016B (or 0x6D016B) is known color: Purple. HEX triplet: 6D, 01 and 6B. RGB value is (109,1,107). Sum of RGB (Red+Green+Blue) = 109+1+107=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D016B is #92FE94. Grayscale: #2D2D2D. Windows color (decimal): -9633429 or 7012717. OLE color: 7012717.
HSL color Cylindrical-coordinate representation of color #6D016B: hue angle of 301.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D016B is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.57 |
| HSL | 301.11º | 0.98% | 0.22% | - |
| HSV(B) | 301.11º | 0.99% | 0.43% | - |
| XYZ | 8.97 | 4.33 | 14.27 | - |
| YUV | 45.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 107 | 0 | 0.99 | 0.02 | 0.57 | 301.11 | 0.98 | 0.22 |
| Hex | 6D | 1 | 6B | 0 | 63 | 2 | 39 | 12D | 62 | 16 |
| Octal | 155 | 1 | 153 | 0 | 143 | 2 | 71 | 455 | 142 | 26 |
| Binary | 1101101 | 1 | 1101011 | 0 | 1100011 | 10 | 111001 | 100101101 | 1100010 | 10110 |
Color Harmonies of #6D016B
Complementary color
Monochromatic Colors of #6D016B
Black with #6D016B
Text Example
Text Example
White with #6D016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D016B; }
p { color: rgb(109,1,107); }
H1.HeaderClassName
{
color: #6D016B;
}
.AnyTagClassName
{
color: #6D016B;
}
</style>
background-color css
<style>
a { background-color: #6D016B; }
a { background-color: rgb(109,1,107); }
div.DivClassName
{
background-color: #6D016B;
}
.BgClassName
{
background-color: #6D016B;
}
</style>
border-color css
<style>
span { border-color: #6D016B; }
span { border-color: rgb(109,1,107); }
td.TdClassName
{
border-color: #6D016B;
}
.TagClassName
{
border-color: #6D016B;
}
</style>