Shades of Purple #6B106F
Tints of Purple #6B106F
RGB
CMYK
RGB Variations
Color information
#6B106F (or 0x6B106F) is known color: Purple. HEX triplet: 6B, 10 and 6F. RGB value is (107,16,111). Sum of RGB (Red+Green+Blue) = 107+16+111=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B106F is #94EF90. Grayscale: #353535. Windows color (decimal): -9760657 or 7278699. OLE color: 7278699.
HSL color Cylindrical-coordinate representation of color #6B106F: hue angle of 297.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B106F is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 16 | 111 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.56 |
| HSL | 297.47º | 0.75% | 0.25% | - |
| HSV(B) | 297.47º | 0.86% | 0.44% | - |
| XYZ | 9.12 | 4.64 | 15.45 | - |
| YUV | 54.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 111 | 0.04 | 0.86 | 0 | 0.56 | 297.47 | 0.75 | 0.25 |
| Hex | 6B | 10 | 6F | 4 | 56 | 0 | 38 | 129 | 4B | 19 |
| Octal | 153 | 20 | 157 | 4 | 126 | 0 | 70 | 451 | 113 | 31 |
| Binary | 1101011 | 10000 | 1101111 | 100 | 1010110 | 0 | 111000 | 100101001 | 1001011 | 11001 |
Color Harmonies of #6B106F
Complementary color
Monochromatic Colors of #6B106F
Black with #6B106F
Text Example
Text Example
White with #6B106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B106F; }
p { color: rgb(107,16,111); }
H1.HeaderClassName
{
color: #6B106F;
}
.AnyTagClassName
{
color: #6B106F;
}
</style>
background-color css
<style>
a { background-color: #6B106F; }
a { background-color: rgb(107,16,111); }
div.DivClassName
{
background-color: #6B106F;
}
.BgClassName
{
background-color: #6B106F;
}
</style>
border-color css
<style>
span { border-color: #6B106F; }
span { border-color: rgb(107,16,111); }
td.TdClassName
{
border-color: #6B106F;
}
.TagClassName
{
border-color: #6B106F;
}
</style>